Skip to content

a11ydocs v1.7.0


a11ydocs / JsonImageBlock

Interface: JsonImageBlock

Defined in: src/document-json.ts:79

An image block expressed with a src instead of in-memory data.

Properties

PropertyModifierTypeDefined in
class?readonlystring | readonly string[]src/document-json.ts:83
keepWithNext?readonlybooleansrc/document-json.ts:84
options?readonlyFlowImageOptionssrc/document-json.ts:82
srcreadonlyJsonBinarySourcesrc/document-json.ts:81
typereadonly"png" | "jpeg" | "bmp" | "jbig2" | "tiff" | "jp2" | "webp" | "gif" | "svg"src/document-json.ts:80

Released under the ISC license.