Simple Undo/Redo system that takes a regular json object and implements an efficient diff/patch snapshotting.
npm install undoundo` uses JSON diffs/patching to make an easy to use undo/redo library where
you only have to write the `do`` part.This is a work in progress
npm install undo