Uppy plugin to convert HEIC to JPEG before upload, using heic-convert package
npm install uppy-heicA plugin for Uppy, that converts HEIC to JPEG before upload.
UppyHEICPlugin uses heic-convert.
:warning: This is not an official Uppy plugin, so no support is offered for it. Please use at your own risk.
Uppy is being developed by the folks at Transloadit, a versatile file encoding service.
``js
import Uppy from '@uppy/core'
import UppyHEICPlugin from 'uppy-heic'
const uppy = Uppy()
uppy.use(UppyHEICPlugin)
`
`bash``
pnpm add uppy-heic