UNPKG

react-animated-player

Version:

The easiest way of bringing animated stickers to your websites

5 lines (4 loc) 179 B
import type { Lottie } from './entities/Lottie'; export declare const WORKERS_LIMIT = 4; export declare const isRAF: boolean; export declare const createPlayer: () => Lottie;