0.1.5 • Published 5 years ago

fprint-r303t v0.1.5

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

Install:

npm i fprint-r303t

Usage:

const fingerprint = require('fprint-r303t');

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
};

Test scan finger print:

node fingerprint.js

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago