6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
import EditorJS from "@editorjs/editorjs";
|
|
|
|
const editor = new EditorJS("body");
|
|
|
|
console.log(editor);
|