1.0.7 • Published 7 years ago
cbfjs v1.0.7
CBFjs
Cross-browser fingerprinting library written in JavaScript.
Installation
To use CBFjs, simply include dist/cbfjs.udm.min.js.
CBFjs is also available for download via npm.
CDN
//cdn.jsdelivr.net/npm/cbfjs@latest/dist/cbfjs.umd.min.jsnpm
npm install cbfjsUsage
new CBFjs().get(function(hash, components) {
console.log(hash) // a hash, representing your device fingerprint
console.log(components) // an array of CBFjs components
})Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Lukáš Matta - Initial work
License
This project is using the Apache LICENSE Version 2.0 - see the LICENSE.md file for details.