Documentation Menu
Loading jsnlog.js
Various options to load the jsnlog.js library
Members
Member | Description |
---|---|
AMD | Loading jsnlog.js as an AMD module |
Browserify | Loading jsnlog.js with Browserify |
Bundles | Loading jsnlog.js using bundles |
Free CDN | Loading jsnlog.js from a free CDN |
CommonJS | Loading jsnlog.js as a CommonJS module |
ES6 | Loading jsnlog.js as an ES6 module |
Script tag | Using a script tag to load jsnlog.js |
SystemJS | Loading jsnlog.js with SystemJS |
Remarks
This section provides examples of common ways to load the jsnlog.js library into the browser.
If your favorite way of loading JavaScript is not listed here, please remember that jsnlog.js behaves like any other AMD module / CommonJS module / plain JavaScript file. So it probably works fine with your loader too.