quill-image-compress 1.2.32 → 1.2.33

Sign up to get free protection for your applications and to get access to all the features.
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.32",
4
+ "version": "1.2.33",
5
5
  "main": "dist/quill.imageCompressor.min.js",
6
6
  "types": "types/index.d.ts",
7
7
  "homepage": "https://benwinding.github.io/quill-image-compress/src/demo.html",
@@ -42,7 +42,7 @@
42
42
  <div id="output-div"></div>
43
43
 
44
44
  <script
45
- src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise"
45
+ src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js?features=Promise"
46
46
  crossorigin="anonymous"
47
47
  ></script>
48
48
  <!-- <script src="https://unpkg.com/quill-image-compress@1.2.11/dist/quill.imageCompressor.min.js"></script> -->
package/src/demo.html CHANGED
@@ -40,7 +40,7 @@
40
40
  <img src="./puppy.jpg" style="margin-top: 10px; width: 300px;" />
41
41
 
42
42
  <script
43
- src="https://cdn.polyfill.io/v2/polyfill.min.js?features=Promise"
43
+ src="https://cdnjs.cloudflare.com/polyfill/v2/polyfill.min.js?features=Promise"
44
44
  crossorigin="anonymous"
45
45
  ></script>
46
46
  <script src="../dist/demo.min.js"></script>