UNPKG

@xata.io/screenshot

Version:

A zero-dependency browser-native way to take screenshots powered by the native web MediaDevices API.

5 lines (4 loc) 133 B
/** * Checks if the current browser supports the MediaDevices API. */ export declare const checkIfBrowserSupported: () => boolean;