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.
npm install uppy-heic-to-jpegimport Uppy from '@uppy/core';
import UppyHeicToJpeg from 'uppy-heic-to-jpeg';
const uppy = new Uppy().use(UppyHeicToJpeg);