UNPKG

scanbot-web-sdk

Version:

Scanbot Web Document and Barcode Scanner SDK

7 lines (6 loc) 146 B
export declare class FpsLimiter { private fpsLimit?; constructor(fpsLimit?: number); private lastLapTime; lap(): Promise<void>; }