UNPKG

ive-connect

Version:

A universal haptic device control library for interactive experiences

15 lines (14 loc) 474 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-ws'; export * from './buttplug/buttplug-server'; export * from './buttplug/command-helpers'; export * from './buttplug/types'; export * from './autoblow/autoblow-device'; export * from './autoblow/types';