mix ieee1164.gen_pngs (ieee1164 v0.2.0)

Copy Markdown

Rasterises every images/glyphs/*.svg to a PNG beside it, for places where SVG shares as text rather than an image (Discord, WhatsApp). The SVGs stay the source of truth; the PNGs are generated and git-ignored.

mix ieee1164.gen_pngs

Uses resvg (a dev-only dependency). Pass --zoom to change the output resolution — the SVGs are 560px wide, so the default of 2 renders at 1120px:

mix ieee1164.gen_pngs --zoom 3