UNPKG

bracketsjs

Version:

A JavaScript library that provides functions for live DOM manipulation.

56 lines (52 loc) 2.5 kB
# BracketsJS A JavaScript library that provides functions for live DOM manipulation. It has features such as: - Injecting scripts, dynamically - Swapping, removing, or adding stylesheets - Creating and deleting elements with ease ## Using BracketsJS To use BracketsJS, link this in the head of your HTML document: ``` <script src="https://unpkg.com/bracketsjs/dist/bundle.js"></script> ``` For more documentation, please go to the [official documentation site for BracketsJS](https://jdev.eu.org/BracketsJS/docs/#/). ## Building BracketsJS To download and build BracketsJS, run these commands: ``` git clone https://github.com/JaydenDev/BracketsJS.git cd BracketsJS npm install npm run build ``` # Contributors <table> <tr> <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0"> <a href=https://github.com/JaydenDev> <img src=https://avatars.githubusercontent.com/u/92550746?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=JaydenDev/> <br /> <sub style="font-size:14px"><b>JaydenDev</b></sub> </a> </td> <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0"> <a href=https://github.com/dinonull> <img src=https://avatars.githubusercontent.com/u/104044615?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=dinonull/> <br /> <sub style="font-size:14px"><b>dinonull</b></sub> </a> </td> <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0"> <a href=https://github.com/Darth-Ness> <img src=https://avatars.githubusercontent.com/u/75047141?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=Darth-Ness/> <br /> <sub style="font-size:14px"><b>Darth-Ness</b></sub> </a> </td> <td align="center" style="word-wrap: break-word; width: 150.0; height: 150.0"> <a href=https://github.com/kccuber-scratch> <img src=https://avatars.githubusercontent.com/u/92891642?v=4 width="100;" style="border-radius:50%;align-items:center;justify-content:center;overflow:hidden;padding-top:10px" alt=kccuber/> <br /> <sub style="font-size:14px"><b>kccuber</b></sub> </a> </td> </tr> </table>