binbat / joyrtc

You can use this tool, use WebRTC control some devices, but current only unity
https://joyrtc.binbat.com/
Mozilla Public License 2.0
19 stars 5 forks source link

Re-format code and slightly improve ui #39

Closed rocka closed 10 months ago

rocka commented 10 months ago

We should avoid mixing spaces and tabs as indent. Maybe add an eslint rule to enforce it: https://eslint.style/packages/js .

Changed joystick color to black for better contrast on white background, also comment about why joystick's zone and zone's container should be a DOM element.

Append <video> in ShadowDOM root instead of document body.

Removed controls attribute on <video> elements to prevent accidently pause it.