MCPcopy
hub / github.com/niklasvh/html2canvas / Test

Interface Test

www/src/preview.ts:9–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7const testLink: HTMLAnchorElement | null = document.querySelector('#test_link');
8
9interface Test {
10 windowWidth: number;
11 windowHeight: number;
12 platform: {
13 name: string;
14 version: string;
15 };
16 devicePixelRatio: number;
17 id: string;
18 screenshot: string;
19}
20
21type TestList = {[key: string]: Test[]};
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…