()
| 39 | getVisitors(): Array<VisitorLike>; |
| 40 | getGLSize(): [number, number]; |
| 41 | getGLName(): string; |
| 42 | getGLShortName(): string; |
| 43 | captureAsDataURL(...args: any[]): string; |
| 44 | captureAsBlob(...args: any[]): Promise<Blob>; |
no outgoing calls
no test coverage detected