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

Interface PenProperties

context/toolPropertiesStore.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { createJSONStorage, persist } from "zustand/middleware";
4
5export interface PenProperties {
6 stroke: string;
7 strokeWidth: number;
8 opacity: number;
9}
10
11export interface EraserProperties {
12 strokeWidth: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected