UNPKG

@egjs/imready

Version:

This module is used to wait for the image or video to be ready.

7 lines (6 loc) 214 B
import ImReadyManager from "./ImReadyManager"; import { ImReadyOptions } from "./types"; declare class ImReady extends ImReadyManager { constructor(options?: Partial<ImReadyOptions>); } export default ImReady;