Renders animated SVGs to video using Puppeteer and FFmpeg. Only tested with SMIL animations so far.
npm installnpx vite-node src/main.ts \
--input=../animation.svg \
--duration=20 \
--fps=30This will create animation.mov in the same directory. The codec used is ProRes 4444, 10 Bit.
npm run build