> For the complete documentation index, see [llms.txt](https://help.fungies.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fungies.io/using-fungies.js-npm-package.md).

# Using Fungies.js npm package

The Fungies JavaScript SDK provides easy integration for Fungies checkout in your web applications.

It can be found [here](https://www.npmjs.com/package/@fungies/fungies-js).

### Installation

```
npm install @fungies/fungies-js
```

```
yarn add @fungies/fungies-js
```

```
pnpm add @fungies/fungies-js
```
