Skip to content

Commit

Permalink
chore: Add warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Oct 16, 2023
1 parent 8d88631 commit 50bfd4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ QuillToolbar.basic(
);
```

> [!WARNING]
>
> This package uses [`gal`](https://github.com/natsuk4ze/) to save images.
> For this to work, you need to add the appropriate permissions
> to your `Info.plist` and `AndroidManifest.xml` files.
>
> See https://github.com/natsuk4ze/gal#-get-started to add the needed lines.
### Custom Size Image for Mobile

Define `mobileWidth`, `mobileHeight`, `mobileMargin`, `mobileAlignment` as follows:
Expand Down

0 comments on commit 50bfd4c

Please sign in to comment.