@vinsurs/editorjs-undo
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @vinsurs/editorjs-undo

Weekly Downloads

125

Version

1.0.0

License

MIT

Unpacked Size

38.3 kB

Total Files

5

Last publish

Collaborators

  • vinsurs