iguana
v2.0.0
Published
A javascript libary created to ease the development process.
Maintainers
Readme
Iguana 
A lightweight JavaScript library with useful functions, custom classes and shortcuts
Install with npm
In terminal:
npm install iguanaIn your node js file:
const iguana = require('iguana');
const I = new iguana();Install with local HTML & JavaScript
Download code found in the
distfolderInclude this in your HTML file:
<script src="iguana.min.js"></script>And in your JS File:
const I = new Iguana();