Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

image-to-icon-converter

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

image-to-icon-converter - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc