Get raw data
If you want to grab the raw data that is used to create a fingerprint, use this function
danger
This function uses browser APIs, so if you are using an SSR framework then find a way to run it only client-side
Guides for select frameworks can be found here
Usage
import { getRawFingerprint } from "react-fingeprint"
(async () => {
let raw = await getRawFingerprint()
})
Types
To view the TS declaration for the response, go here