/solandra-remotion-example

Creating videos with Solandra and Remotion

Primary LanguageTypeScript

Solandra and Remotion

Create videos from Solandra drawings:

import SolandraRemotion from './SolandraRemotion';

export default function HelloSolandra() {
	return (
		<SolandraRemotion
			draw={(s, frame, t) => {
				s.background(frame + 150, 80, 50);
			}}
		/>
	);
}

Example video

Code for this