UNPKG

xstate-plantuml

Version:

Visualize a xstate or react-automata statechart as a plantuml state diagram

21 lines (20 loc) 358 B
{ "key": "word", "states": { "direction": { "initial": "left", "states": { "left": {}, "right": {}, "center": {}, "justify": {} }, "on": { "LEFT_CLICK": ".left", "RIGHT_CLICK": ".right", "CENTER_CLICK": ".center", "JUSTIFY_CLICK": ".justify" } } } }