orinak / idem

Browser fingerprinting
https://despan.github.io/idem/
MIT License
0 stars 0 forks source link

idem

Client browser fingerprinting mechanism.

Usage

const { Agent } = require('idem')

Agent()
  .detect()
  .then(res => {
    console.log('id:', res.id)
    console.log('data:', res.data)
  })

// > id: "29d99074"
// > data: { FontList: ["DejaVu Sans", ...], ... }