import ClassicEditor from "@ckeditor/ckeditor5-build-classic"; $(".editor").each(function () { const el = this; ClassicEditor.create(el).catch((error) =HTMLCloseTag { console.error(error); }); });