Configuration options for a reticle
Signature:
export interface IReticleConfiguration
Properties
Property | Type | Description |
---|---|---|
path | (width: number, height: number) => string | A function which will generate an SVG path used to draw the reticles over the top of the canvas before it’s displayed to the user. |
IReticleConfiguration.path property
A function which will generate an SVG path used to draw the reticles over the top of the canvas before it’s displayed to the user.
Signature:
path: (width: number, height: number) => string;