Skip to content

Instantly share code, notes, and snippets.

@136s
Last active September 12, 2023 01:04
Show Gist options
  • Save 136s/f2950c75ddb31a0a7cd3eb62b3f7e933 to your computer and use it in GitHub Desktop.
Save 136s/f2950c75ddb31a0a7cd3eb62b3f7e933 to your computer and use it in GitHub Desktop.
Twemoji から SVG を DL して余白付きアイコンにするスクリプト
@echo off
curl https://raw.githubusercontent.com/twitter/twemoji/master/assets/svg/%1.svg > %1.svg
magick -density 1024 -gravity center -background white %1.svg -extent 512x512 %1.png
@136s
Copy link
Author

136s commented Oct 25, 2022

How to use: emoji2icon.bat [Unicode]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment