heroweb/poc/static/js/editor-quill.js
2024-09-02 07:28:06 +02:00

6 lines
139 B
JavaScript

if (document.querySelector("#editor")) {
var quill = new Quill("#editor", {
theme: "snow", // Specify theme in configuration
});
}