UNPKG

wave-roll

Version:

JavaScript Library for Comparative MIDI Piano-Roll Visualization

12 lines 496 B
import type { OnsetMarkerStyle } from "@/types"; /** * Build an inline SVG string for an onset marker. * The shape geometry is consistent across UI call sites. * * Design System: * - Base Grid: 24x24 viewBox * - All coordinates are relative to this 24x24 grid * - The 'size' parameter controls the rendered size (width/height attributes) */ export declare function renderOnsetSVG(style: OnsetMarkerStyle, colorHex: string, size?: number): string; //# sourceMappingURL=onset-icons.d.ts.map