slab / delta

Simple and expressive JSON format for describing rich-text content and their changes
https://quilljs.com/docs/delta
BSD 3-Clause "New" or "Revised" License
914 stars 130 forks source link

I packed quill-delta with a webpack but can't use new Delta() #99

Open Linkens opened 7 months ago

Linkens commented 7 months ago

I'm trying to manipulate Deltas from .net core 8.0 in order to sanitize data before storing into database. I Tried to instantiate the class for hours, but no dice. Could you create a working quill-delta.js ? I'm new to this, and maybe my packing is bad. I can't use Quill.cs it crashes with my JSinterpreter Jint. So I wanted a standalone .js library to use on my backend. I'd rather make this work instead of writing the whole library in c# again.

Thanks

Linkens commented 7 months ago

So, I spent a bit of time, and created a .net Nuget package Github is here

Hope you don't mind I reused your Icon.