Skip to content

chevalvert/trames-noires

Repository files navigation

Trames Noires


Usage

Hotkeys

  • 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

Pro mode

For advanced usage, activate pro mode by appending ?pro to the interface.

Render video using CLI

Once this repostiroy cloned and installed:

# Render trames-noires drawing to video
$ npm run render -- <UID>
$ npm run render -- --help

Development

# Development
$ npm run start
$ npm run test

# Staging
$ npm run build
$ npm run preview
$ npm run deploy:staging

# Production
$ npm run version

Credits

JSX and state utils heavily based on pqml’s work.

License

MIT.