Skip to content

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

License

Notifications You must be signed in to change notification settings

Paparoni/Iguana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published