Skip to content

Instantly share code, notes, and snippets.

View aemloviji's full-sized avatar
🏠
Working from home

Elvin Asadov aemloviji

🏠
Working from home
View GitHub Profile
@zmts
zmts / fingerprint.md
Last active July 26, 2023 08:12
Get browser fingerprint example (fingerprintjs2)

Get browser fingerprint example (fingerprintjs2)

import * as Fingerprint2 from 'fingerprintjs2'
import * as UAParser from 'ua-parser-js'

function _getFingerprint () {
  return new Promise((resolve, reject) => {
    async function getHash () {
      const options = {