@datachecker/faceverify
Advanced tools
Changelog
CHANGES v4.0.0
Changelog
CHANGES v3.1.2
opencv.js
Size: Reduced the size of opencv.js
, resulting in faster loading times.opencv.js
now supports SIMD (Single Instruction, Multiple Data) for enhanced performance.Changelog
CHANGES v3.1.1
Changelog
CHANGES v3.1.0
Decreased size of faceverify.obf.js
by 8.38 MiB, resulting in faster loading time.
Improved UI/UX.
Changed notifications. (see Languages)
Speed upgrade movement calculation.
Allow consecutive repetitions of the same challenge.
Lowered the threshold of the up-challenge.
Bugfix: No Camera access native iOS now throws the expected error.
Changelog
CHANGES v3.0.1
Changelog
CHANGES v3.0.0
Only enable SDK when allowed in token.
Added demo token functionality.
Restructured codebase. AutoCapture and FaceVerify can now both be loaded in the same page.
CSS identifiers renamed.
Notications can now be loaded as object (json) in config. (See Languages.)
Repositioned Task box.
Removal of ROOT
. (see Configuration)
Introduction BACKGROUND_COLOR
to change background color. (see Configuration)
Refactored Codebase.
Introduction ASSETS_MODE
and ASSETS_FOLDER
to fetch assets. (see Configuration)
NPM install now available
Script tag import, ES6 style import and CommonJS style import. (see Importing SDK)
Version control between Assets and Main file. (see Version control)
Customizable background color. (see Configuration)
Meta tags are now added automatically.
Detailed integration examples. (see Examples)
Decreased package size by removing redundant files.
Bugfix: Short camera glitch on startup.
Bugfix: Wait until opencv is ready.