@ajite/editorjs-image-editor

0.0.1 • Public • Published

Image Editor

Add the TUI Image Editor to EditorJS Image module.

Install

npm install --save @ajite/editorjs-image-editor

Usage

import imageEditor  from '@ajite/editorjs-image-editor';

var editors = new EditorJS({
    ...
    tools: {
        image: {
            class: ImageTool,
            config: {
                ...
                actions: [
                    imageEditor,
                ]
            }
        },
    },
});

Build

npm run build

Build for Dev

npm run build:dev

/@ajite/editorjs-image-editor/

    Package Sidebar

    Install

    npm i @ajite/editorjs-image-editor

    Weekly Downloads

    3

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    1.37 MB

    Total Files

    9

    Last publish

    Collaborators

    • ajite