https://github.com/yuma-shin/webpexer
A tool to convert between webp and png image files
https://github.com/yuma-shin/webpexer
electron png react vite webp
Last synced: 4 months ago
JSON representation
A tool to convert between webp and png image files
- Host: GitHub
- URL: https://github.com/yuma-shin/webpexer
- Owner: yuma-shin
- License: mit
- Created: 2024-10-13T12:32:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T14:49:21.000Z (over 1 year ago)
- Last Synced: 2025-10-24T22:24:07.348Z (8 months ago)
- Topics: electron, png, react, vite, webp
- Language: TypeScript
- Homepage:
- Size: 3.92 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
- [日本語 JP](README_JP.md)
# WebPexer

This is a tool for converting image files between WebP and PNG formats (mainly for personal use).

## Stack
- [Electron](https://www.electronjs.org)
- [Vite](https://vitejs.dev)
- React
- [MUI](https://mui.com/)
- [sharp](https://sharp.pixelplumbing.com/)
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) + [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
## Project Setup
### Install
```bash
$ npm install
```
### Development
```bash
$ npm run dev
```
### Build
```bash
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux
```
## Contribution
If you find any bugs in the source code, it would be helpful if you could create an Issue on the GitHub repository.
It would be even more helpful if you could fix the bug and submit a Pull Request.
## Author
Yuma Shintani ([@yuma-shin](https://github.com/yuma-shin))
## License
- The MIT License (MIT)