Skip to content

@hapticjsUniversal Haptics Engine

Tiny, zero-dependency haptics library with a beautiful API, a novel pattern language, and first-class framework integrations.

Quick Start

Install the core package:

bash
npm install @hapticjs/core

Add haptic feedback in three lines:

typescript
import { haptic } from '@hapticjs/core';

haptic.tap();
haptic.success();
haptic.play('~~..##..@@');

Released under the MIT License.