1.0.0 • Published 1 year ago

@vinsurs/editorjs-undo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

editorjs-undo

A simple undo/redo plugin for Editorjs

Usage

import Undo from 'editorjs-undo';

const undo = new Undo({
    editor: editor,
});
// Optional initial data
const initialData = {blocks: []}
undo.initialize(initialData)

License

MIT

1.0.0

1 year ago