https://github.com/birros/heic2jpeg
Browser-side heic to jpeg converter
https://github.com/birros/heic2jpeg
heic heic-to-jpg nextjs react reactjs
Last synced: 7 months ago
JSON representation
Browser-side heic to jpeg converter
- Host: GitHub
- URL: https://github.com/birros/heic2jpeg
- Owner: birros
- License: mit
- Created: 2020-08-29T13:36:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T17:06:45.000Z (about 5 years ago)
- Last Synced: 2025-01-16T22:24:57.549Z (9 months ago)
- Topics: heic, heic-to-jpg, nextjs, react, reactjs
- Language: TypeScript
- Homepage: https://birros.github.io/heic2jpeg
- Size: 782 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# heic2jpeg
## Dev
```shell
$ npm ci
$ npm run dev
```## Static build
Check basePath.
```shell
$ npm ci
$ npm run build
```