A lightweight JavaScript library with useful functions, custom classes and shortcuts
Install with npm
In terminal:
npm install iguana
In your node js file:
const iguana = require('iguana');
const I = new iguana();
Install with local HTML & JavaScript
-
Download code found in the
dist
folder -
Include this in your HTML file:
<script src="iguana.min.js"></script>
-
And in your JS File:
const I = new Iguana();