UNPKG

e2ed

Version:

E2E testing framework over Playwright

6 lines (5 loc) 230 B
import type { Dimensions } from '../../types/internal'; /** * Get dimensions (height and width) of PNG image (by `Uint8Array` buffer with image). */ export declare const getPngDimensions: (screenshot: Uint8Array) => Dimensions;