@ikaiodev/beyrjs
v1.0.2
Published
Pure development easier and faster
Readme
Installation
Get the code
JS /beyr/master/beyr.min.js
CSS /beyr/master/beyr.min.css
Import them into your html
Add these lines to the head of your html:
<head>
<script src="./beyr.min.js"></script> <!-- Path to ./beyr.min.js -->
<link rel="stylesheet" href="./beyr.min.css"> <!-- Path to ./beyr.min.css -->
...