RemotionBitsPromo.mp4
Remotion Bits is a comprehensive collection of animation components and utilities designed specifically for Remotion video projects. It provides ready-made, composable components for common animation needs: text effects, gradient transitions, particle systems, 3D scenes, and more. It also includes lower-level utilities for advanced motion and color handling.
Note
This project is not affiliated with or endorsed by the Remotion team.
npm install remotion-bitsThe registry is published as a jsrepo registry at:
https://unpkg.com/remotion-bits/registry.json
npx jsrepo init https://unpkg.com/remotion-bits/registry.jsonnpx jsrepo add animated-text
npx jsrepo add particle-system
npx jsrepo add colornpx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json animated-text
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json particle-system- Fork the repo and create your branch from
main. - Make changes with clear commit messages.
- Ensure the build and tests (if any) pass.
- Open a pull request describing your changes.
MIT