uppy-heic-to-jpeg
v1.0.1
Published
Uppy plugin to convert HEIC/HEIF images to JPEG before upload.
Readme
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-jpegUsage
import Uppy from '@uppy/core';
import UppyHeicToJpeg from 'uppy-heic-to-jpeg';
const uppy = new Uppy().use(UppyHeicToJpeg);