Skip to content

manoj-makkuboy/fix-image-rotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fix-image-rotation

npm package to rotate the image based on EXIF values stored in the image.

Install

$ npm install fix-image-rotation

Usage

let fixRotation = require('fix-image-rotation')
let ArrayOfFilesToBeRotated = [File1, File2]
let myRotationFunction = async function (ArrayOfFilesToBeRotated) {
  let blobOfArray = await fixRotation.fixRotation(ArrayOfFilesToBeRotated)
  return blobOfArray
}

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

npm package to rotate the image based on EXIF values stored in the image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published