1.0.0 • Published 12 months ago

@vinsurs/editorjs-undo v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months 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

12 months ago