image-size-reader

1.0.0 • Public • Published

Build Status

image-size-reader

Gets the width and height size of the image

Installation

$ npm install image-size-reader

Example

const reader = require('image-size-reader');
reader(tgtFilePath).then((result) => {
  console.log(result); // [width, height]
});

Licence

MIT

/image-size-reader/

    Package Sidebar

    Install

    npm i image-size-reader

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • tadashiy1012