hata6502 / editorjs-layout

Layout block tool for Editor.js.

Home Page:https://hata6502.github.io/editorjs-layout/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

es6 import

jakubm95 opened this issue · comments

Hello,
how to import this plugin in ES6?

import EditorJSLayout from 'editorjs-layout'; - this return undefined.

Please use the following named import.

import { LayoutBlockTool } from 'editorjs-layout';