Skip to content

appoly/heic-converter-for-uppy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

uppy-heic-to-jpeg

A plugin for Uppy that converts HEIC/HEIF images to JPEG before upload. Useful for supporting iOS image uploads in browsers that do not support HEIC natively.

Installation

npm install uppy-heic-to-jpeg

Usage

import Uppy from '@uppy/core';
import UppyHeicToJpeg from 'uppy-heic-to-jpeg';

const uppy = new Uppy().use(UppyHeicToJpeg);

About

A plugin for [Uppy](https://uppy.io/) that converts HEIC/HEIF images to JPEG before upload.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors