Created
August 19, 2022 14:24
-
-
Save cjavdev/5990cfa28ff9b0ea0b81a61854fa0c40 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dir['./icons/*/*.svg'].each do |file| | |
print "." | |
system "inkscape -w 1024 -h 1024 #{file} -o #{file.gsub('.svg', '.png')}" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment