UNPKG

anti-screenshot-lib

Version:

A JavaScript library to prevent screenshots, screen recording, and unauthorized actions.

11 lines (10 loc) 307 B
declare module "anti-screenshot-lib" { export default class AntiScreenshot { static init(): void; static preventScreenshots(): void; static preventClipboardCopy(): void; static preventPrintScreen(): void; static detectDevTools(): void; static handleVisibilityChange(): void; } }