nbis-js
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

NBIS-JS

Web assembly transpilation of some functions from the old NIST-NBIS project. Currently the functions we implemented are finger Matching, with Mindtct and Bozorth, and NFIQ 1.0 score.

At the moment this project only runs in the browser.

Usage

import {
    checkDuplicateFingerFromBase64,
    getNfiqScoreFromBase64,
} from "./nbis-js.js";

await checkDuplicateFingerFromBase64(
    "fingerWsqInBase64",
    "otherFingerWsqInBase64"
);

await getNfiqScoreFromBase64("fingerWsqInBase64");

Package Sidebar

Install

npm i nbis-js

Weekly Downloads

1

Version

0.1.0

License

AGPL-3.0-or-later

Unpacked Size

330 kB

Total Files

5

Last publish

Collaborators

  • ramaddict