2.0.0 • Published 6 years ago

fix-image-rotation v2.0.0

Weekly downloads
403
License
MIT
Repository
github
Last release
6 years ago

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