npm-icon-gen
npm-icon-gen copied to clipboard
Icon file generator for Windows, macOS, Web
I would like to produce only the icon types and sizes I want as part of a build process, but I can't figure out how to limit that with the...
Node.js v12 LTS maintenance will end on 4/30/2022. The minimum supported version will be changed to v14.
I already have the buffers of the source files in memory. It would be nice if I could just pipe the buffers straight to `icon-gen`. Right now I need to...
Hi, I tried to generate an ico from png images with icon-gen but the result ico has a corrupted alpha. The pngs represent a rounded rectangle with a flat color...
version: 3.0.1 ```js const icongen = require('icon-gen'); // FAIL, i want only 256 png icongen('./sample.svg', './icons', { favicon: { name: 'favicon-', pngSizes: [256], }, }); ``` ```js // FAIL, i...
This is only example... needs more programing. The vision is, "automargin" for MacOS ICNS icons... https://developer.apple.com/design/human-interface-guidelines/app-icons
Option for create multiple icons to one... Like icon for size 16-32, more size icon for 64-512... or, merge ico and icns Example for Chrome Dev icon: ![2023-05-19 09 46...
Hi there, thanks for the library! I recently upgraded to node 20.x and switched to a `type: "module"` based package.json with typescript. Now when trying to ```typescript import iconGen from...
https://en.wikipedia.org/wiki/Apple_Icon_Image_format working python implementation here: https://github.com/relikd/icnsutil/blob/main/icnsutil/ArgbImage.py