Skip to content

Instantly share code, notes, and snippets.

@1isten
Created September 25, 2019 15:36
Show Gist options
  • Save 1isten/21c30c1462525fa8d4e4c6da924e5291 to your computer and use it in GitHub Desktop.
Save 1isten/21c30c1462525fa8d4e4c6da924e5291 to your computer and use it in GitHub Desktop.
use ascii art for markdown
brew install rust
cargo install svgbob_cli
~/.cargo/bin/svgbob -h
~/.cargo/bin/svgbob --font-family monospace ascii.txt -o ascii.svg
base64 -i ascii.svg | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment