MCPcopy
hub / github.com/nodeca/pica / PicaOptions

Interface PicaOptions

src/types.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15export type CreateCanvasPreference = { preferOffscreen?: boolean }
16
17export interface PicaOptions {
18 tile?: number
19 concurrency?: number
20 features?: PicaFeaturesFlat
21 idle?: number
22 workerURL?: string | URL
23}
24
25export interface ResolvedPicaOptions {
26 tile: number

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…