> ## Documentation Index
> Fetch the complete documentation index at: https://docs.js-confuser.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Learn how to install JS-Confuser from NPM

JS-Confuser is available on NPM under the package name `js-confuser`.

#### NPM

```bash theme={null}
npm install js-confuser
```

#### Yarn

```bash theme={null}
yarn add js-confuser
```

Please refer to the [NPM Package](https://www.npmjs.com/package/js-confuser) for more details.

Once you have the installed the package, refer to the [Usage](/getting-started/usage) page to learn how to use JS-Confuser.
