Back to Remotion

VERSION

packages/docs/docs/version.mdx

4.0.457928 B
Original Source

You may import this constant to get the current version of Remotion.

Only the version of the remotion package will be reported.
A version conflict with other Remotion packages cannot be ruled out.

ts
import { VERSION } from "remotion";

console.log(VERSION); // "4.0.57";

You can also import it from remotion/version to avoid importing Remotion and its dependencies (i.e, react and react-dom):

ts
import { VERSION } from "remotion/version";

console.log(VERSION); // "4.0.57";

Compatibility

<CompatibilityTable chrome firefox safari nodejs bun serverlessFunctions clientSideRendering serverSideRendering player studio />

See also