javascript-state-machine
javascript-state-machine copied to clipboard
A javascript finite state machine library
Results
2
javascript-state-machine issues
Sort by
recently updated
recently updated
newest added
Can anyone help me with that: ```javascript var FSM = StateMachine.factory({ init: 'A', transitions: [{ name: 'step', from: 'A', to: 'B' }, { name: 'step', from: 'B', to: 'C' }]...
@taoqf/javascript-state-machine is found and imported successfully but @taoqf/javascript-state-machine/lib/visualize cannot be found