@remotion/starburstv4.0.435
Deprecated
@remotion/starburst is deprecated and will no longer be published starting with Remotion 5.0. Migrate to starburst() from @remotion/effects/starburst. The <Starburst> component will not be moved to @remotion/effects.
Starburst ray effect for Remotion videos.
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/starburst
This assumes you are currently using v4.0.501 of Remotion.npm i --save-exact @remotion/starburst@4.0.501
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.501 of Remotion.pnpm i @remotion/starburst@4.0.501
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.501 of Remotion.bun i @remotion/starburst@4.0.501
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.This assumes you are currently using v4.0.501 of Remotion.yarn --exact add @remotion/starburst@4.0.501
Also update
remotion and all `@remotion/*` packages to the same version.Remove all
^ character in front of the version numbers of it as it can lead to a version conflict.