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

Method image

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

* The bytes of the response

(options?: ImageTransformationOutputOptions)

Source from the content-addressed store, hash-verified

6608 * The bytes of the response
6609 */
6610 image(options?: ImageTransformationOutputOptions): ReadableStream<Uint8Array>;
6611}
6612interface ImagesError extends Error {
6613 readonly code: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected