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

how to compile project to a single js file? #10

Closed zcaudate closed 7 years ago

zcaudate commented 7 years ago

I'm hoping to only use this project in the browser. How do I generate the file?

jhchen commented 7 years ago

Browserify or webpack are great tools for this purpose.

marcus7777 commented 7 years ago

Thanks I'll look into it. I'm maintaining a single JavaScript file on this Repo