This is a undo/redo plugin implemented in Typescript.
Usage
Include the normal
or the minified
js file found in the dist
folder, whichever you like/prefer.
Compilation
To compile this plugin, run the following:
npm run build
Unit test
To run unit tests:
npm run test
Coverage tests are also available:
npm run coverage
License
MIT License. See LICENSE file for more information.