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

Method input

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

* Begin applying a series of transformations to an image * @param stream The image bytes * @returns A transform handle

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

Source from the content-addressed store, hash-verified

6570 * @returns A transform handle
6571 */
6572 input(stream: ReadableStream<Uint8Array>, options?: ImageInputOptions): ImageTransformer;
6573}
6574interface ImageTransformer {
6575 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected