feat: editor js import

This commit is contained in:
Jannat Patel
2023-04-18 11:51:57 +05:30
parent 4c220a67f2
commit a0782c7bf7
11 changed files with 70 additions and 17 deletions

5
lms/public/js/editor.js Normal file
View File

@@ -0,0 +1,5 @@
import EditorJS from "@editorjs/editorjs";
const editor = new EditorJS("body");
console.log(editor);