Skip to main content

@remotion/preload

This package provides functions for preloading assets. While preload is not necessary for rendering, it can help with seamless playback in the <Player /> and in the preview. Currently, three functions are implemented:

Installation

bash
npm i @remotion/preload
bash
npm i @remotion/preload

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.