Installation
Simple and easy to follow
I2Djs source code is written using ES6 Modules. It provides bundles to support different JS environments - ESM and UMD formats.
Source Code:
You can download the source code of I2Djs from the gitHub Repository.
i2d.js - UMD syntax.
i2d.esm.js [ i2d.esm.min.js ] - ES6 module standards.
Also, it provides minified versions for all the above-mentioned formats.
<script> Tag:
To use directly in the browser
npm package:
I2Djs npm package can be installed using the below cmd.
ES6 module Importing.
Import modules into the namespace.
Import individual modules:
Last updated