@ue-too/board
Version:
<h1 align="center"> uē-tôo </h1> <p align="center"> pan, zoom, rotate, and more with your html canvas. </p>
20 lines (19 loc) • 636 B
TypeScript
/**
* Raw input publisher module exports.
*
* @remarks
* This module provides the event publishing system for raw user input events.
* The {@link RawUserInputPublisher} allows subscribing to input events (pan, zoom, rotate)
* at the application level, before they are processed into camera operations.
*
* ## Components
*
* - **{@link RawUserInputPublisher}**: Event publisher for raw input subscriptions
*
* Use this to listen to user input gestures without directly handling camera control.
*
* @see {@link RawUserInputPublisher} for the publisher implementation
*
* @module
*/
export * from "./raw-input-publisher";