Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefengl/ext-logo-maker
16/32/48/96/128.png made easy
https://github.com/mefengl/ext-logo-maker
Last synced: 8 days ago
JSON representation
16/32/48/96/128.png made easy
- Host: GitHub
- URL: https://github.com/mefengl/ext-logo-maker
- Owner: mefengl
- Created: 2023-11-12T15:31:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-12T17:15:35.000Z (12 months ago)
- Last Synced: 2024-10-27T11:25:05.871Z (11 days ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎨 **ext-logo-maker**
Shrink images to fit perfectly as logos in the Chrome Store.
npx ext-logo-maker path/to/image## Features
- Converts your images to the ideal sizes for Chrome Store logos: 16x16, 32x32, 48x48, 96x96, 128x128. 🌟
- If the input is a PNG image, output files named `16.png`, `32.png`, `48.png`, `96.png`, and `128.png` - just what the Chrome Store ordered!
- Optionally zips them into a bundle. Choose your own adventure! 📦 (or 🚫)## Notes
The output file type depends on the input file type. The currently supported types are: `png`, `jpg`, `jpeg`, `webp`, and `tiff`.
There may be more, so feel free to open an issue or submit a pull request. The code is pretty easy to follow.
enjoy! 🎉