MCPcopy Index your code
hub / github.com/rough-stuff/rough-notation / Rect

Interface Rect

src/model.ts:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export const DEFAULT_ANIMATION_DURATION = 800;
4
5export interface Rect {
6 x: number;
7 y: number;
8 w: number;
9 h: number;
10}
11
12export type RoughAnnotationType = 'underline' | 'box' | 'circle' | 'highlight' | 'strike-through' | 'crossed-off' | 'bracket';
13export type FullPadding = [number, number, number, number];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…