quill-image-compress 1.2.21 → 1.2.22
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -25,6 +25,8 @@ Quill.js Module which compresses images that are uploaded to the editor
|
|
25
25
|
- `gif|jpeg|png|svg|webp|bmp|vnd`
|
26
26
|
- Compression options [more info](#options)
|
27
27
|
|
28
|
+
_NOTE: :exclamation:you don't need `quill-image-drop-module`, it's included in this package:exclamation:_
|
29
|
+
|
28
30
|
## Quickstart
|
29
31
|
|
30
32
|
``` js
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "quill-image-compress",
|
3
3
|
"description": "A Quill rich text editor Module which compresses images uploaded to the editor",
|
4
|
-
"version": "1.2.
|
4
|
+
"version": "1.2.22",
|
5
5
|
"main": "dist/quill.imageCompressor.min.js",
|
6
6
|
"homepage": "https://benwinding.github.io/quill-image-compress/src/demo.html",
|
7
7
|
"repository": "https://github.com/benwinding/quill-image-compress",
|