UNPKG

@huddly/device-api-usb

Version:

Huddly SDK device api which uses node-usb wrapper responsible for handling the transport layer of the communication and discovering the physical device/camera

8 lines (6 loc) 162 B
const rimraf = require('rimraf'); try { rimraf.sync('./lib', { disableGlob: true }); } catch(err) { console.error('Unable to delete lib folder', err); }