Skip to content

Vizel API / core/src / VizelImageOptions

Interface: VizelImageOptions

Defined in: packages/core/src/extensions/image.ts:56

Extended by

Properties

allowBase64?

ts
optional allowBase64?: boolean;

Defined in: packages/core/src/extensions/image.ts:60

Allow base64 encoded images


HTMLAttributes?

ts
optional HTMLAttributes?: Record<string, unknown>;

Defined in: packages/core/src/extensions/image.ts:62

HTML attributes for the image element


inline?

ts
optional inline?: boolean;

Defined in: packages/core/src/extensions/image.ts:58

Allow inline images

Released under the MIT License.