Open williamsokol opened 2 years ago
I @williamsokol you can use a reference to the file in the github release of the repository
https://github.com/bobboteck/JoyStick/releases/download/v2.0.0/joy.min.js
You think is a good solution?
So what I ended up doing was use the joy.js from the example: https://bobboteck.github.io/joy/joy.js so that works! It might be nice to say we can do that in the readme though.
I wanted to use this library without adding joy.js to my website (it is kind of a pain)
If this repo was hosted on GitHub pages it would easy to use by just saying:
<script src="https://bobboteck.github.io/JoyStick/joy.js"></script>
For now I forked the repo and am using:
<script src="https://williamsokol.github.io/JoyStick/joy.js"></script>
But it'd be nice for new people if they did not have to fork it.