kurwa
v3.1.0
Published
Visual Programming Language
Readme
Kurwa
Browser-based visual programming language prototype for FFmpeg workflows. The app is served by a small Node.js static server and built from native web components plus a Plan9-inspired browser VFS.
Development
Requirements:
- Node.js
- Firefox for
npm run test:browser ffmpegfornpm run test:ffmpeg
Run the app:
npm run devThen open http://127.0.0.1:8080.
Set HOST and PORT to override the default bind address.
Checks
npm run check
npm test