UNPKG

@remotion/player

Version:

React component for embedding a Remotion preview into your app

4 lines (3 loc) 171 B
import React from 'react'; export const PlayerEventEmitterContext = React.createContext(undefined); export const ThumbnailEmitterContext = React.createContext(undefined);