@remotion/light-leaksv4.0.415
Deprecated
@remotion/light-leaks is deprecated and will no longer be published starting with Remotion 5.0. Migrate to lightLeak() from @remotion/effects/light-leak. The <LightLeak> component will not be moved to @remotion/effects.
Light leak effects for Remotion videos.
- Remotion CLI
- npm
- bun
- pnpm
- yarn
npx remotion add @remotion/light-leaks
This assumes you are currently using v4.0.503 of Remotion.npm i --save-exact @remotion/[email protected]
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.503 of Remotion.pnpm i @remotion/[email protected]
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.503 of Remotion.bun i @remotion/[email protected]
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.503 of Remotion.yarn --exact add @remotion/[email protected]
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.