Featured
Declarative HTML5 Canvas
Bringing an SVG-like API to Canvas rendering through the magic of front-end JavaScript frameworks.
Recently, I got the itch to resurrect a project I had put on the backburner about a year ago: a cross-platform font editor called Glyphy. After running into some difficulties transforming to and from SVG coordinate space to render an interactive Bézier curve editor, I decided to give the Canvas API a try.
Declarative HTML5 Canvas
Bringing an SVG-like API to Canvas rendering through the magic of front-end JavaScript frameworks.