Am I dumb or is there no javascript gamepad plugin implementation done yet?
Develop games in your browser. Powerful, performant & highly capable.
You can just use the Gamepad API directly. This isn't yet supported with worker mode, but that defaults to off when using code anyway.
Oh ye, makes sense. Thanks.