> For the complete documentation index, see [llms.txt](https://engine.sygnal.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://engine.sygnal.com/usage/useful-library-additions.md).

# Useful Library Additions

## JS-Cookie

```bash
npm install js-cookie
```

```typescript
import Cookies from 'js-cookie';
```

## GSAP
