MCPcopy
hub / github.com/justadudewhohacks/face-api.js / IDrawTextFieldOptions

Interface IDrawTextFieldOptions

src/draw/DrawTextField.ts:12–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12export interface IDrawTextFieldOptions {
13 anchorPosition?: AnchorPosition
14 backgroundColor?: string
15 fontColor?: string
16 fontSize?: number
17 fontStyle?: string
18 padding?: number
19}
20
21export class DrawTextFieldOptions implements IDrawTextFieldOptions {
22 public anchorPosition: AnchorPosition

Callers

nothing calls this directly

Implementers 1

DrawTextFieldOptionssrc/draw/DrawTextField.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…