TLScribble
Public typealias
A type for the scribble used by tldraw.
Signature
type TLScribble = {
color: TLCanvasUiColor
delay: number
id: string
opacity: number
points: VecModel[]
shrink: number
size: number
state: SetValue<typeof TL_SCRIBBLE_STATES>
taper: boolean
}
References
Source