Quick Start
Install Packages You Need
To keep the library lightweight, install only the packages you need. Internally reused chunks are shared and built efficiently.
Packages
| Layer | Package | Description |
|---|---|---|
| Signal | @cereb/single-pointer | Unified pointer/touch/mouse input handling |
| Gesture | @cereb/pan | Pan gesture recognition with momentum and constraints |
Example: Installing Pan Gesture
npm install @cereb/panpnpm add @cereb/panyarn add @cereb/pan