generated from fingerprintjs/library-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from fingerprintjs/docs/INTER-279-requirements…
…-section INTER-279 Add requirements section
- Loading branch information
Showing
24 changed files
with
4,363 additions
and
5,544 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,22 +37,35 @@ | |
|
||
# FingerprintJS Pro Svelte | ||
|
||
FingerprintJS Pro Svelte SDK is an easy way to integrate [Fingerprint Pro](https://fingerprint.com/) into your Svelte or [Svelte-kit](https://kit.svelte.dev/) application. See example apps in the [examples](./examples) folder. | ||
[Fingerprint](https://fingerprint.com/) is a device intelligence platform offering 99.5% accurate visitor identification. | ||
|
||
FingerprintJS Pro Svelte SDK is an easy way to integrate Fingerprint into your Svelte or [Svelte-kit](https://kit.svelte.dev/) application. See example apps in the [examples](./examples) folder. | ||
|
||
## Requirements | ||
|
||
- Svelte 4.0.0 or higher | ||
- For TypeScript users: use Typescript 4.8 or higher | ||
- For SvelteKit users: SvelteKit 1.0.0 or higher | ||
|
||
This package works with Fingerprint Pro, it is not compatible with open-source FingerprintJS. See our documentation to learn more about the [difference between Fingerprint Pro and the open-source FingerprintJS](https://dev.fingerprint.com/docs/pro-vs-open-source). | ||
|
||
## Installation | ||
|
||
Yarn: | ||
```shell | ||
yarn add @fingerprintjs/fingerprintjs-pro-svelte | ||
``` | ||
|
||
Or: | ||
|
||
npm: | ||
```shell | ||
npm install @fingerprintjs/fingerprintjs-pro-svelte | ||
``` | ||
|
||
pnpm: | ||
```shell | ||
pnpm add @fingerprintjs/fingerprintjs-pro-svelte | ||
``` | ||
|
||
## Getting started | ||
|
||
In order to identify visitors, you'll need a Fingerprint Pro account (you can [sign up for free](https://dashboard.fingerprint.com/signup/)). | ||
|
@@ -136,9 +149,12 @@ This library uses Fingerprint Pro JavaScript agent under the hood. See our docum | |
|
||
The `getData` function throws errors directly from the JS Agent without changing them. See [JS Agent error handling](https://dev.fingerprint.com/docs/js-agent#error-handling) for more details. | ||
|
||
## Support and feedback | ||
|
||
To report problems, ask questions or provide feedback, please use [Issues](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/issues). If you need private support, you can email us at [[email protected]](mailto:[email protected]). | ||
|
||
## License | ||
|
||
This project is licensed under the MIT license. See the [LICENSE](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/blob/main/LICENSE) file for more info. | ||
This project is licensed under the [MIT license](https://github.com/fingerprintjs/fingerprintjs-pro-svelte/blob/main/LICENSE). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.