Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orangewise/states-language-to-svg
https://github.com/orangewise/states-language-to-svg
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orangewise/states-language-to-svg
- Owner: orangewise
- Created: 2020-01-24T14:56:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T20:43:01.000Z (almost 5 years ago)
- Last Synced: 2024-11-01T01:46:42.129Z (15 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# states-language-to-svg
Nb. make sure you use node version 11 or up.
```
npm i states-language-to-svg
``````
cat test/fixtures/state-machine-a.json | states-language-to-svg > out.svg
```