2.0.0 • Published 5 years ago

iguana v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago

0.0.0

7 years ago