fprint-r303t

Install:

Usage no npm install needed!

<script type="module">
  import fprintR303t from 'https://cdn.skypack.dev/fprint-r303t';
</script>

README

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