fix-image-rotation

2.0.0 • Public • Published

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

Dependents (2)

Package Sidebar

Install

npm i fix-image-rotation

Weekly Downloads

198

Version

2.0.0

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • xtraordinaryidiot