@ruptjs/fingerprint
v2.0.2
Published
Fingerprint library for Rupt.
Downloads
23,231
Readme
fingerprint
This library is used to collect signals from the client and send them to the server for visitor identification.
Installation
yarn add @ruptjs/fingerprintor if using npm
npm install @ruptjs/fingerprintUsage
import RuptFingerprint from '@ruptjs/fingerprint';
const fingerprint = new RuptFingerprint();
const hash = await fingerprint.get();