Skip to main content
The Fingerprint Svelte SDK is an easy way to integrate Fingerprint into your Svelte application. It supports all capabilities of the JavaScript agent and provides a built-in caching mechanism. You can view our Svelte quickstart for a step-by-step guide to get started.

How to install

Add @fingerprintjs/fingerprintjs-pro-svelte as a dependency to your application via npm or yarn.
Wrap your application (or component) in FpjsProvider. You need to specify your public API key and other configuration options based on your chosen region and active integration.
Svelte
Use the useVisitorData hook in your components to identify visitors.
Svelte

Documentation

You can find the full documentation in the official GitHub repository. The repository also contains example applications demonstrating the usage of the library.