An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# heic2jpeg

## Dev

```shell
$ npm ci
$ npm run dev
```

## Static build

Check basePath.

```shell
$ npm ci
$ npm run build
```