JSPM

  • Created
  • Published
  • Downloads 235021
  • Score
    100M100P100Q205872F

Package Exports

  • @fingerprintjs/fingerprintjs-pro

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@fingerprintjs/fingerprintjs-pro) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FingerprintJS Pro

Work in progress, stay tuned.

Quick start

Get a pro key at dashboard.fingerprintjs.com (free trial).

npm i @fingerprintjs/fingerprintjs-pro
import * as FPJS from '@fingerprintjs/fingerprintjs-pro';

(async () => {
  const fpjs = await FPJS.load({ token: 'your-pro-key' });
  const { visitorId } = await fpjs.get();
})();