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

Interface RectangleProperties

context/toolPropertiesStore.ts:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16export interface RectangleProperties {
17 stroke: string;
18 fill: string;
19 strokeWidth: number;
20 cornerRadius: number;
21 opacity: number;
22}
23
24export interface EllipseProperties {
25 stroke: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected