A javascript libary created to ease the development process.


Keywords
javascript, newt, library, easy, lightweight
License
MIT
Install
npm install iguana@2.0.0

Documentation

Iguana Build Status

A lightweight JavaScript library with useful functions, custom classes and shortcuts

View Documentation

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();