geekyorion / creative-coding

Creative coding using JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creative-coding

Creative coding using JavaScript

video export

  • Install ffmpeg-installer module for storing frames as mp4
    npm i -g @ffmpeg-installer/ffmpeg
  • Run following command to start the server for streaming
    canvas-sketch filename.js --output=output_path --stream
  • Once the server is started. Press the following command to start and stop the stream capture:
    • start: ctrl + shift + s or cmd + s
    • stop: ctrl + shift + s or cmd + s

About

Creative coding using JavaScript

License:MIT License


Languages

Language:JavaScript 91.6%Language:HTML 8.4%