Installation

Simple and easy to follow

I2Djs source code is written using ES6 Modules. It provides bundles to support different JS environments - anonymous AMD, CommonJS, ESM, and Vanilla JS.

Source Code:

You can download the source code of I2Djs from the gitHub Repository.

Also, it provides minified versions for all the above-mentioned formats.

<script> Tag:

To use directly in the browser

<script src= 'https://raw.githubusercontent.com/I2Djs/I2Djs/master/dist/i2d.js'></script>

npm package:

I2Djs npm package can be installed using the below cmd.

$ npm install i2djs --save

ES6 module Importing.

Import modules into the namespace.

Import individual modules:

Last updated

Was this helpful?