Skip to content

0.2.1

Compare
Choose a tag to compare
@b4rtaz b4rtaz released this 15 Oct 09:37
· 141 commits to main since this release

Support undo and redo. This feature is disabled by default. To enable it add the below config.

const config = {
  undoStackSize: 10,
  // ...
};