Описание тега quilljs

домашняя страница

https://quilljs.com/

Документы

https://quilljs.com/docs/quickstart/

Скачать и CDN

https://quilljs.com/docs/download/

Детская площадка

https://quilljs.com/playground/

Синтаксис

var quill = new Quill('#editor', {
  theme: 'snow'
});