UNPKG

@wdio/image-comparison-core

Version:

Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework

8 lines 342 B
/** * Wait for the fonts to be loaded, do this for a max of 11 seconds * * NOTE: writing this with promises instead of async/await because it fails with * `javascript error: __awaiter is not defined` when running in the browser */ export default function waitForFonts(): Promise<void | string>; //# sourceMappingURL=waitForFonts.d.ts.map