For now, this only contains a fork of @evanw's awesome Finite State Machine Designer under /fsm
.
All I did was add an option to export to JSON, and import from JSON.
It works OK, but needs some additional things:
- Loading more than once does not clear the canvas properly.
- Loading more than once causes duplications.
- Logically, it should allow you to download the JSON as a file.
- Logically, it should allow you to load the JSON by uploading a file.