Format of the returned images.
Attribute: image-format
image-format
Type: string
string
Default value: "image/png"
"image/png"
PNG
image/png
PNG format.
JPEG
image/jpeg
JPEG format.
import { ImageFormat } from '@facephi/selphid-web-component'; selphid.imageFormat = ImageFormat.JPG;
MIME format of the document images returned by facephi-selphid-widget.
facephi-selphid-widget
Last updated 1 month ago
import { ImageFormat } from '@facephi/selphid-web-component'; <facephi-selphid-widget imageFormat={ImageFormat.JPG} />