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

Interface EllipseProperties

context/toolPropertiesStore.ts:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface EllipseProperties {
25 stroke: string;
26 fill: string;
27 strokeWidth: number;
28 opacity: number;
29}
30
31export interface LineProperties {
32 stroke: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected