UNPKG

@remotion/bundler

Version:

Bundle Remotion compositions using Webpack

8 lines (6 loc) 135 B
import * as React from 'react'; if (typeof globalThis === 'undefined') { window.React = React; } else { globalThis.React = React; }