remotion-bits
v0.1.12
Published
Remotion component bits with a shadcn-like installer
Maintainers
Readme
https://github.com/user-attachments/assets/2a5760fe-1886-4490-9c2b-aceec24aff2f

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.
Installation
npm install remotion-bitsInstall with jsrepo
The registry is published as a jsrepo registry at:
https://unpkg.com/remotion-bits/registry.jsonInitialize the registry
npx jsrepo init https://unpkg.com/remotion-bits/registry.jsonAdd a component or utility
npx jsrepo add animated-text
npx jsrepo add particle-system
npx jsrepo add colorOne-off add without init
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json animated-text
npx jsrepo add --registry https://unpkg.com/remotion-bits/registry.json particle-systemContributing
- 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.
License
MIT
