Appearance
@shbernal/ts-pptx / index / ImageFillProps
Interface: ImageFillProps
Defined in: src/types/core.ts:236
Native PPTX picture (image) fill — fills a shape's interior with a bitmap (<a:blipFill>). Provide exactly one of path or data; raster formats only (PNG/JPEG/GIF/BMP/WebP). SVG is not yet supported as a fill source.
Properties
data?
optionaldata?:string
Defined in: src/types/core.ts:240
Pre-encoded base64 data URI, e.g. 'image/png;base64,iVBOR...'.
path?
optionalpath?:string
Defined in: src/types/core.ts:238
Image file path (Node filesystem path or URL).