Quill-image-compress Alternatives
Similar projects and alternatives to quill-image-compress based on common topics and language
-
-
SurveyJS
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
-
-
-
-
-
quill-image-compress discussion
quill-image-compress reviews and mentions
-
Ask HN: How to Move Away from DraftJS
Try https://quilljs.com/ It's open source, sleek and has a really simple plugin system, which makes modifying the editor, very easy.
> and what’s a good intermediary format to store rich text soo we can switch editors for the future. Raw HTML might take too much space possibly.
Unfortunately, HTML is probably the best solution, as it's portable to almost any WSIWYG editor and self contained. The space issue usually comes up with storing images, (shameless plug) that's why I made a quill plugin to shrink images.
https://github.com/benwinding/quill-image-compress
Stats
benwinding/quill-image-compress is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of quill-image-compress is TypeScript.