UNPKG

88 BJavaScriptView Raw
1var quill = new Quill('#editor', {
2 theme: 'snow',
3 modules: {
4 imageResize: {}
5 }
6});