UNPKG

ive-connect

Version:

A universal haptic device control library for interactive experiences

14 lines (13 loc) 434 B
/** * Export all device implementations */ export * from "./handy/handy-device"; export * from "./handy/handy-api"; export * from "./handy/types"; export * from "./buttplug/buttplug-device"; export * from "./buttplug/buttplug-api"; export * from "./buttplug/buttplug-server"; export * from "./buttplug/command-helpers"; export * from "./buttplug/types"; export * from "./autoblow/autoblow-device"; export * from "./autoblow/types";