JSON Canvas Viewer

Convert JSON Canvas to SVG

๐Ÿ”’ Your .canvas is parsed and rendered in your browser and is never uploaded.

A JSON Canvas board is made of rectangles, text, and connecting lines โ€” which is exactly what SVG represents best. Exporting your .canvas to SVG gives you a crisp, scalable vector image that stays sharp at any zoom and any print size, with selectable text and a small file size. This tool renders your board in the browser and serializes it straight to SVG; nothing is uploaded. SVG is ideal when you want to drop the board into a design tool, a documentation site, or a presentation and still be able to scale it without it turning fuzzy. Groups, node colors, and edge arrows are all preserved in the vector output.

How it works

  1. Choose or drop your .canvas file(s).
  2. The board is parsed and drawn instantly โ€” in your browser.
  3. Export it as a PNG or SVG image. Nothing is uploaded.

FAQ

Why export to SVG instead of PNG?

SVG is vector, so it stays perfectly sharp at any size and is usually smaller for diagram-style boards. Choose PNG only if a tool cannot accept SVG.

Is the SVG text selectable?

Yes. Text cards are exported as real SVG text, so the words stay selectable and searchable in apps that support it.

Is anything uploaded during conversion?

No. The .canvas is parsed and converted to SVG entirely in your browser.

Related