0.0.1 • Published 5 years ago
@ajite/editorjs-image-editor v0.0.1
Image Editor
Add the TUI Image Editor to EditorJS Image module.
Install
npm install --save @ajite/editorjs-image-editorUsage
import imageEditor from '@ajite/editorjs-image-editor';
var editors = new EditorJS({
...
tools: {
image: {
class: ImageTool,
config: {
...
actions: [
imageEditor,
]
}
},
},
});Build
npm run buildBuild for Dev
npm run build:dev0.0.1
5 years ago