0.4.0 • Published 6 months ago

@givetech/device-fingerprint v0.4.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 months ago

Device Fingerprint

Installation

npm i @givetech/device-fingerprint@latest

Usage

index.tsx

import FingerPrintProvider from '@givetech/device-fingerprint'

ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
  <React.StrictMode>    
    <FingerPrintProvider>
      <App />
    </FingerPrintProvider>  
  </React.StrictMode>,
)

App.tsx

import { useFingerPrint } from '@givetech/device-fingerprint'

const App = () => {

  const fingerprint = useFingerPrint();
  // Fetch fingerprint form the Context Provider Method
  ...
}
0.4.0

6 months ago

0.3.0

6 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.1.0

6 months ago