Editor.js 導入
記事作成日: 2021-12-20
インストール
Node package
NPM or Yarn
npm i @editorjs/editorjs --saveyarn add @editorjs/editorjsInclude module
import EditorJS from '@editorjs/editorjs';CDN
<script src="https://cdn.jsdelivr.net/npm/@editorjs/editorjs@latest"></script>手動ダウンロード
Copy editor.js file
<script src="editor.js"></script>