b64img_thumb

1.0.0 • Public • Published

Build Status

b64img_thumb

Read a thumbnail of the image in base64 format

Installation

$ npm install b64img_thumb

Example

var thumb = require('b64img_thumb');
thumb(tgtDirectoryPath).then((result) => {
  console.log(result); // base64 string
});

Licence

MIT

Readme

Keywords

Package Sidebar

Install

npm i b64img_thumb

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tadashiy1012