Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

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="proxy.php?url=https%3A%2F%2Fcdn.jsdelivr.com%2Fgh%2FBracketsJS%2FBracketsJS%2Fdist%2Fbundle.js"></script>

For more documentation, please go to the official documentation site for BracketsJS.

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