image-to-icon-converter
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "image-to-icon-converter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert images (png/jpg/gif) to icons (icns/ico) with Iconfinder's Converter", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -5,5 +5,10 @@ # Image to icon converter | ||
This is an unoffical node wrapper for Iconfinder's icon converter utility found here: http://labs.iconfinder.com/converter | ||
It uploads an image file through their API, they do their magic and you get an icon file back. Simple. | ||
This is a simple, unoffical node wrapper for Iconfinder's icon converter utility found here: http://labs.iconfinder.com/converter | ||
**Why?** | ||
Converting image files to the .icns format is surprisingly difficult to do programmatically on anything else than OSX (using Xcode). You got 'iconutil', 'sips' and 'libicns', but they are OSX only which leaves you in the dust when you want it to work on a linux webserver. Last resort are the myriad of online converters stuck in the 90s (and none of them have an API). | ||
**How?** | ||
Upload an image file through Iconfinder's API, they do their magic and you get an icon file back. Simple. | ||
## Features | ||
@@ -10,0 +15,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
95719
63