dogrocker / uppy-heic

A plugin for Uppy, that converts HEIC to JPEG before upload.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uppy HEIC Converter

Uppy logo: a superman puppy in a pink suit

A plugin for Uppy, that converts HEIC to JPEG before upload.

UppyHEICPlugin uses heic-convert.

⚠️ 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

About

A plugin for Uppy, that converts HEIC to JPEG before upload.


Languages

Language:TypeScript 100.0%