yoannmoinet / nipplejs

:video_game: A virtual joystick for touch capable interfaces.
https://yoannmoinet.github.io/nipplejs
MIT License
1.77k stars 181 forks source link

refactor(nipple): add strict types for JoystickOutputData direction #208

Closed bhavishya-sahdev closed 1 year ago

bhavishya-sahdev commented 1 year ago

What

Add string literal types for JoystickOutputData object's direction property

Why

In the source, those are the only values ever assigned to them and would help with auto-complete and type-safety.