This repo is a small browser-only toolset (no build step). You can open it directly in a modern browser.
- Open
index.htmlin your browser (double-click or use “Open with…”). - Use the menu to open the tool you need:
packer.html— Snippet Sheet Packer (A4 PDF export)calibrate.html— Calibration (set px/cm for on-screen cm previews)plantuml-high-clarity.html— PlantUML HQ Export (SVG/PNG export)graphviz-high-clarity.html— Graphviz HQ Export (SVG/PNG export)matplotlib-high-clarity.html— Matplotlib HQ Export (SVG/PNG export, Pyodide)code-snippet-maker.html— Code Snippet Maker (PNG export)
- The pages load required libraries from CDNs at runtime (so an internet connection is needed for the JS libraries).
plantuml-high-clarity.htmlcalls PlantUML’s public server (https://www.plantuml.com/plantuml) to render diagrams.matplotlib-high-clarity.htmlloads Pyodide from a CDN and runs NumPy + Matplotlib in WebAssembly (no server-side Python).- Calibration and per-image sizing/rotation in the packer are stored in your browser (
localStorage).
- Snippet Sheet Packer (
packer.html): downloadssnippets-a4.pdf. - PlantUML HQ Export (
plantuml-high-clarity.html): exports*.svg(best clarity) and*.png(scaled). - Graphviz HQ Export (
graphviz-high-clarity.html): exports*.svg(best clarity) and*.png(scaled). - Matplotlib HQ Export (
matplotlib-high-clarity.html): exports*.svg(best clarity) and*.png(scaled). - Code Snippet Maker (
code-snippet-maker.html): exports*.png.