ansisvg
ansisvg copied to clipboard
Convert ANSI to SVG
would be nice to have a version number, wouldn't it? :upside_down_face: I like "git describe"-based versioning that automatically picks up the latest Git tag plus the number of commits after...
Some ideas: - [x] Consolidate text. Might cause font box sizes issues, is tricky. Make it optional? - [ ] More SVG refs and tricks? - [x] Consolidate background colors...
Thing to test: - Copy/paste text - Render with web fonts - Render with custom font - Embedded - External - SVG implementations: - Chrome - Firefox - IE (what...
Today I used `ansisvg` generated files [for the first time in my blog](https://www.p-hu.de/2024/03/29/how-to-download-zoom-recordings/). It is a simple `mkdocs` generated static site. When loading the page for the first time, Firefox...
I noticed that the jq svg logo https://jqlang.github.io/jq/jq.svg has this selector `@media (prefers-color-scheme:dark){g[fill]{filter:invert(1);stroke:none}}`. Could be used to select between dark/light colors.
See https://github.com/wader/ansisvg/compare/master...xueycn:ansisvg:master