NoelOConnell / quill-image-uploader

A module for Quill rich text editor to allow images to be uploaded to a server instead of being base64 encoded
MIT License
243 stars 98 forks source link

update quill2.0 #108

Open zzxming opened 4 months ago

zzxming commented 4 months ago

The original functionality does not conflict with quill2.0, but a version error message will appear during installation.

What did I do:

  1. Updated the quill version in package.json
  2. Changed the LoadingImage format registration location
  3. remove babel config. The origin config will make an error after transform. Maybe need double check about this. but it is not effect functional