Skip to content

Instantly share code, notes, and snippets.

@xiaohk
Created September 7, 2020 15:29
Show Gist options
  • Save xiaohk/981d3d19df7d83669a32905fd4b8ccc7 to your computer and use it in GitHub Desktop.
Save xiaohk/981d3d19df7d83669a32905fd4b8ccc7 to your computer and use it in GitHub Desktop.
Convert twemoji svg to pdf
for s in ./twemoji-master/assets/svg/*.svg
do
cairosvg ${s} -o "./twemoji-pdf/$(basename ${s} .svg).pdf"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment