https://github.com/nao1215/imgconv
Image resize and format conversion tool for Web and Android (React Native)
https://github.com/nao1215/imgconv
react-native typescript
Last synced: about 2 months ago
JSON representation
Image resize and format conversion tool for Web and Android (React Native)
- Host: GitHub
- URL: https://github.com/nao1215/imgconv
- Owner: nao1215
- License: mit
- Created: 2026-01-02T03:56:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-01-15T00:30:21.000Z (6 months ago)
- Last Synced: 2026-02-10T21:07:49.576Z (6 months ago)
- Topics: react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 1.61 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imgconv
This is a learning project to explore React Native/Expo. It performs basic image conversion (format change + resize) and supports only Web and Android.
This project was created for me to experiment with React Native features, so I do not recommend using it.
## Platforms
- Web (Expo Router)
- Android (image picker + conversion preview)
- iOS: not supported
## Setup
```bash
npm install
npx expo install expo-image-picker expo-image-manipulator
```
## Run
### Web: `npm run web`

### Android: `npm run android`

## How it works
- Web: Drag & drop or select an image, choose format/size, convert, and see original vs converted side by side.
- Android: Pick an image, choose format/resize preset, convert, and preview both.