|
|
@ -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 |
|
|
|
### Custom Size Image for Mobile |
|
|
|
|
|
|
|
|
|
|
|
Define `mobileWidth`, `mobileHeight`, `mobileMargin`, `mobileAlignment` as follows: |
|
|
|
Define `mobileWidth`, `mobileHeight`, `mobileMargin`, `mobileAlignment` as follows: |
|
|
|