cli
@v5x/cli
create, build, upload, and run vex v5 projects from your terminal.
v5x run --slot 1
serial
@v5x/serial
use the v5 serial protocol from secure browser apps.
new V5SerialDevice(navigator.serial)
web
@v5x/web
keep web serial connection state predictable in app ui.
createV5Client().connect()
events
@v5x/events
query vex competition data through a strictly typed client.
robot.events.list({ seasons: [196] })