For the complete documentation index, see llms.txt. This page is also available as Markdown.

capturePadding

Added margin to the captured image.

Details

Attribute: capture-padding

Type: number

Accepted values: From 0 to 100

Default value: 4

Morphology

selphid.capturePadding = 4;

Description

Additional margin (in engine units) added to the document crop in facephi-selphid-widget.


Example

<facephi-selphid-widget
    capturePadding={10}
/>

Last updated