I'm currently playing around with this project as a way to learn more about video capture, animation, Svelte, and video production. Feel free to follow along or fork for your own learning.
A customizable replica of the CNN interface, including:
Clone the repo, npm install
, npm run dev
and open a browser to localhost:3000
.
I'm using Vite for the development environment and build setup. Svelte's .svelte
files and syntax are incredibly intuitive, but refer to the official documentation for advanced examples and API reference.
* indicates a feature that needs a server to support it, which will be phase-2 once all client-only features are completed