1.0.1 • Published 1 year ago

uppy-heic v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Uppy HEIC Converter

A 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.

Example

import Uppy from '@uppy/core'
import UppyHEICPlugin from 'uppy-heic'

const uppy = Uppy()
uppy.use(UppyHEICPlugin)

Installation

pnpm add uppy-heic