Installation via npm
2 min
install the \<font color="#ef4444">autoscriber\</font> package via npm or yarn npm npm install autoscriber yarn yarn install autoscriber import the \<font color="#ef4444">autoscriber\</font> package if you are using typescript you can access the exported types for strict typing import scribe, { specialties } from "autoscriber"; // for typescript strict typing import type { connectionconfig, recordingdevice, statetype, recordingdevicelist } from "autoscriber";
