MCPcopy Create free account
hub / github.com/fontsource/fontsource / info

Method info

website/worker-configuration.d.ts:6566–6566  ·  view source on GitHub ↗

* Get image metadata (type, width and height) * @throws ImagesError with code 9412 if input is not an image * @param stream The image bytes

(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions)

Source from the content-addressed store, hash-verified

6564 * @param stream The image bytes
6565 */
6566 info(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions): Promise<ImageInfoResponse>;
6567 /**
6568 * Begin applying a series of transformations to an image
6569 * @param stream The image bytes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected