ยฉ 2026 Hedgehog Software, LLC
export const Canvas = () => { let ref: HTMLCanvasElement; return <canvas ref={ref} width={500} height={500}></canvas>; };
ref