# Typescript SmartKnob protobuf interface library ### Requirements (nvm is recommended) - node >= 18.11.0 - npm >= 8.19.2 ### Setup ``` npm ci npm run build ``` ### Example Connect the SmartKnob via USB, then run the example: ``` npm run example ```