fingerprint-client

1.0.0 • Public • Published

fingerprint-client

Instal

yarn
# or
npm install

Allows to get finger information without depending on any other library. You can change options then test to get the most desired results

Usage

<script>
import getFingerprint from 'fingerprint-client';
const fingerprint = getFingerprint();
console.log(fingerprint);
</script>

Options

Option defaultValue
isCanvas true
isColorDepth true
isCookieEnabled true
isDeviceMemory true
isDevicePixelRatio true
isDoNotTrack true
isHardwareConcurrency true
isHeight true
isLanguage true
isLanguages true
isMaxTouchPoints true
isPixelDepth true
isPlatform true
isTimezone true
isTimezoneOffset true
isTouchSupport true
isUserAgent true
isVendor true
isWebgl true
isWebglInfo true
isWidth true
isInnerWidth true
isInnerHeight true
debug true

Readme

Keywords

none

Package Sidebar

Install

npm i fingerprint-client

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

12.1 kB

Total Files

8

Last publish

Collaborators

  • vienkaka