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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    196
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    196
  • 1.0.0
    1

Package Sidebar

Install

npm i fix-image-rotation

Weekly Downloads

140

Version

2.0.0

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • xtraordinaryidiot