2.0.0 • Published 7 years ago

iguana v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

8 years ago