UNPKG

ive-connect

Version:

A universal haptic device control library for interactive experiences

11 lines (10 loc) 439 B
/** * IVE Control Library * * A universal haptic device control library that provides a consistent interface * for managing various haptic devices (Handy, Buttplug, etc.) */ export { DeviceManager } from "./core/device-manager"; export { EventEmitter } from "./core/events"; export { HapticDevice, DeviceInfo, DeviceSettings, ScriptData, ConnectionState, DeviceCapability, } from "./core/device-interface"; export * from "./devices";