fprint-r303t

0.1.5 • Public • Published

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

Package Sidebar

Install

npm i fprint-r303t

Weekly Downloads

3

Version

0.1.5

License

MIT

Unpacked Size

3.36 MB

Total Files

24

Last publish

Collaborators

  • rugadget