UNPKG

@egjs/imready

Version:

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

19 lines 309 B
{ "extends": "./tsconfig", "compilerOptions": { "module": "commonjs", "noImplicitAny": false, "strictNullChecks": false, "types": [ "karma-chai", "mocha", ] }, "include": [ "./src/**/*.ts", "./test/**/*.ts" ], "exclude": [ "./node_modules/**/*.ts" ] }