Skip to content

av/remotion-bits

Repository files navigation

RemotionBitsPromo.mp4

Gallery

NPM Version NPM Downloads License TypeScript GitHub Stars Visitors

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-bits

Install with jsrepo

The registry is published as a jsrepo registry at:

https://unpkg.com/remotion-bits/registry.json

Initialize the registry

npx jsrepo init https://unpkg.com/remotion-bits/registry.json

Add a component or utility

npx jsrepo add animated-text
npx jsrepo add particle-system
npx jsrepo add color

One-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-system

Contributing

  1. Fork the repo and create your branch from main.
  2. Make changes with clear commit messages.
  3. Ensure the build and tests (if any) pass.
  4. Open a pull request describing your changes.

License

MIT

About

Building blocks for your videos.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages