Editor.js 導入

記事作成日: 2021-12-20

インストール

Node package

NPM or Yarn

npm i @editorjs/editorjs --save
yarn add @editorjs/editorjs

Include 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>