A plugin for Uppy, that converts HEIC to JPEG before upload.
UppyHEICPlugin uses heic-convert.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
import Uppy from '@uppy/core'
import UppyHEICPlugin from 'uppy-heic'
const uppy = Uppy()
uppy.use(UppyHEICPlugin)
pnpm add uppy-heic