MCPcopy Create free account
hub / github.com/Shitanshukumar607/Drawspace / LineProperties

Interface LineProperties

context/toolPropertiesStore.ts:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31export interface LineProperties {
32 stroke: string;
33 strokeWidth: number;
34 opacity: number;
35}
36
37export interface ArrowProperties {
38 stroke: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected