An open API service indexing awesome lists of open source software.

https://github.com/ltaoo/appiconshelper

Generate app icons online!
https://github.com/ltaoo/appiconshelper

favicon flutter icons tauri

Last synced: 6 months ago
JSON representation

Generate app icons online!

Awesome Lists containing this project

README

          

# AppIconsHelper

Generate app icons for different platforms.

## Screenshots


home page

## Features

- Support generate ico and icns files online
- Directly generate icon files needed for `Flutter` and `Tauri`

## Development

modify the file `png2icons/lib/UPNG.js` in `node_modules`

```js
;(function(){
var UPNG = {};
var UZIP; // <-- adding this line
```

## Thanks to

- https://github.com/idesis-gmbh/png2icons
- https://github.com/feross/buffer