MCPcopy
hub / github.com/canvg/canvg / IScreenOptions

Interface IScreenOptions

src/Screen.ts:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17} from './Document'
18
19export interface IScreenOptions {
20 /**
21 * Window object.
22 */
23 window?: Window | null
24 /**
25 * WHATWG-compatible `fetch` function.
26 */
27 fetch?: Fetch
28}
29
30export interface IScreenStartOptions {
31 /**

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…