Skip to content

Get the most easiest undo redo feature for your npm project

License

Notifications You must be signed in to change notification settings

jshossen/easy-undo-redo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Easy Undo Redo?

Get the most easiest undo redo feature for your npm project

Installation

npm install easyUndoRedo --save

Initial easyUndoRedo() with some options paramiter.
import {easyUndoRedo} from 'easy-undo-redo';

var UndoRedo = new easyUndoRedo({
   stackLength : 20,
   initialValue : "Your initial data"
});
UndoRedo.save("Your updated data");
UndoRedo.undo(); //returns undo result
UndoRedo.redo(); //returns redo result

About

Get the most easiest undo redo feature for your npm project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published