https://luckydonald-forks.github.io/fsm/
This project is a fork off of https://github.com/evanw/fsm and others with some major changes in the behaviour with some fixes as well.
- Export & Import as json.
- Multiline Text labels.
- Copy, paste, cut text.
- To run the project locally open the
index.htmlfile in the browser. - Or
python3 -m http.server 8080and open http://0.0.0.0:8080.
To make changes you need to run the build.py script since it compiles
all the js files into one js file named fsm.js.
You can also run it checking twice every second for changes via python3 build.py --watch.