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