UNPKG

@egjs/imready

Version:

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

13 lines (10 loc) 224 B
/* egjs-imready Copyright (c) 2020-present NAVER Corp. MIT license */ import ImReady, * as modules from "./index"; for (const name in modules) { (ImReady as any)[name] = (modules as any)[name]; } export default ImReady;