Skip to main content

Installation

To install the Player, run the following command in a React project:

bash
npm i remotion @remotion/player
bash
npm i remotion @remotion/player

Also update all the other Remotion packages to have the same version: remotion, @remotion/cli and others.

note

Make sure no package version number has a ^ character in front of it as it can lead to a version conflict.

Read the examples and API reference next.

Components