Skip to content

Instantly share code, notes, and snippets.

@cjavdev
Created August 19, 2022 14:24
Show Gist options
  • Save cjavdev/5990cfa28ff9b0ea0b81a61854fa0c40 to your computer and use it in GitHub Desktop.
Save cjavdev/5990cfa28ff9b0ea0b81a61854fa0c40 to your computer and use it in GitHub Desktop.
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