Skip to content

E403 - Unsupported image format

Cause

An asset file's extension isn't a recognized image format. Supported formats: .png, .jpg, .svg, .gif, .webp, .avif.

Example

{ image: "diagram.bmp", position: [0, 0], width: 100 }

How to fix

Convert the asset to one of the supported formats and update the reference.