1.0.3 • Published 6 years ago

fingerprint-afm31 v1.0.3

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Install:

npm i fingerprint-afm31

Usage:

const fingerprint = require('fingerprint-afm31');

let func = async () => {
  let bitmap = await fingerprint.getImage(); // bitmap of Jimp npm module 

  await fingerprint.saveImage('./my/path/image.png'); // save image to file

  let buffer = await fingerprint.getBMP(); // get buffer of BMP image

  let buffer = await fingerprint.getPNG(); // get buffer of PNG image
};
1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago