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

Interface SupportedFeatures

src/supported_features.ts:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { PicaCanvas, PicaCanvasCtx } from './types'
2
3export interface SupportedFeatures {
4 canvas: boolean
5 offscreen_canvas: boolean
6 may_be_worker: boolean
7 create_image_bitmap: boolean
8 safari_put_image_data_fix: boolean
9 bug_canvas_orientation_region: boolean
10 bug_image_bitmap_orientation_region: boolean
11 cib_resize: boolean
12}
13
14// 3x2 JPEG with EXIF orientation 6 (rotate 90deg clockwise when decoded).
15//

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…