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!
- Host: GitHub
- URL: https://github.com/ltaoo/appiconshelper
- Owner: ltaoo
- Created: 2024-11-26T14:53:53.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-30T14:48:30.000Z (10 months ago)
- Last Synced: 2025-03-26T13:50:39.577Z (7 months ago)
- Topics: favicon, flutter, icons, tauri
- Language: TypeScript
- Homepage: https://app-icons-helper.vercel.app
- Size: 712 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AppIconsHelper
Generate app icons for different platforms.
## Screenshots
![]()
## 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