Installation
Install the core engine, and the React adapter if you’re using React.
# framework-agnostic corenpm install @tactile-js/core
# React hooks (pulls in core)npm install @tactile-js/reactpnpm add @tactile-js/core
pnpm add @tactile-js/reactyarn add @tactile-js/core
yarn add @tactile-js/react@tactile-js/react lists react >= 17 as a peer dependency.
Both packages ship ESM + CJS builds with TypeScript declarations, are tree-shakable
(sideEffects: false), and have zero runtime dependencies beyond the core.
Next: the Quick start.