Skip to content

Converting HEIC/HEIF image formats to JPEG in the browser.Decoding using WebAssembly.

License

Notifications You must be signed in to change notification settings

xuanxiaotaizi/heictojpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heictojpeg

Converting HEIC/HEIF image formats to JPEG in the browser.

Decode using @saschazar/wasm-heif, decoding speed increased by nearly 30%.

Installation

yarn add heictojpeg

Usage

import heictojpeg from "heictojpeg" 

const jpgFile = heictojpeg(file,quality)

About

Converting HEIC/HEIF image formats to JPEG in the browser.Decoding using WebAssembly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published