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

Method input

enter.pollinations.ai/worker-runtime.d.ts:10202–10202  ·  view source on GitHub ↗

* Creates a media transformer from an input stream. * @param media - The input media bytes * @returns A MediaTransformer instance for applying transformations

(media: ReadableStream<Uint8Array>)

Source from the content-addressed store, hash-verified

10200 * @returns A MediaTransformer instance for applying transformations
10201 */
10202 input(media: ReadableStream<Uint8Array>): MediaTransformer;
10203}
10204/**
10205 * Media transformer for applying transformation operations to media content.

Callers 1

transformImageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected