a simple and modular button system for p5js
Modbuttons provides the framework to quickly create a variety of custom buttons, sliders, and dials, with a focus on modularity and customizability.
to use Modbuttons, place the Modbuttons.js file in your project and then add the following line of code to your index.html file before your sketch but after p5js:
<script src="p5.modbuttons.js"></script>
full documentation can be found on the wiki https://github.com/yetyeeter1337/Modbuttons/wiki