- space: Play/pause
- ←/→: Step 1 frame backward/forward
- shift + ←/→: Step 1 frame backward/forward
- cmd + z: Undo last line
- cmd + x: Clear all
- w: Toggle wireframe
- tab: Toggle UI
For advanced usage, activate pro mode by appending ?pro
to the interface.
Once this repostiroy cloned and installed:
# Render trames-noires drawing to video
$ npm run render -- <UID>
$ npm run render -- --help
# Development
$ npm run start
$ npm run test
# Staging
$ npm run build
$ npm run preview
$ npm run deploy:staging
# Production
$ npm run version
JSX and state utils heavily based on pqml’s work.