UNPKG
anti-screenshot-lib
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A JavaScript library to prevent screenshots, screen recording, and unauthorized actions.
anti-screenshot-lib
/
index.d.ts
11 lines
(10 loc)
•
307 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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
; } }