UNPKG

ive-connect

Version:

A universal haptic device control library for interactive experiences

14 lines (13 loc) 351 B
/** * Buttplug Local Server * * Provides support for running a Buttplug server locally in the browser */ /** * Check if WebBluetooth is supported in the current environment */ export declare function isWebBluetoothSupported(): boolean; /** * Generate name for the client */ export declare function generateClientName(prefix?: string): string;