Skip to content
1 min read · 77 words

Interface: GenerationBytesInput

Defined in: src/batteries/generation/_shared/index.ts:43

Raw bytes plus an optional MIME type — the plain-object form of image input.

Properties

PropertyTypeDescriptionDefined in
bytesUint8ArrayThe raw encoded image bytes (e.g. a PNG/JPEG/WebP buffer).src/batteries/generation/_shared/index.ts:45
mimeType?stringThe MIME type of bytes, when known.src/batteries/generation/_shared/index.ts:47