Augmented graphs code bricks for JavaScript
Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
jspm install github:aureooms/js-graph-augment # or jspm install npm:aureooms-js-graph-augment
No install step needed for duo!
component install aureooms/js-graph-augment
bower install aureooms-js-graph-augment
ender add aureooms-js-graph-augment
jam install aureooms-js-graph-augment
spm install aureooms-js-graph-augment --save
npm install aureooms-js-graph-augment --save
let graphaugment = require( "github:aureooms/js-graph-augment" ) ; // or import graphaugment from 'aureooms-js-graph-augment' ;
let graphaugment = require( "aureooms/js-graph-augment" ) ;
let graphaugment = require( "aureooms-js-graph-augment" ) ;
The script tag exposes the global variable graphaugment.
graphaugment
<script src="bower_components/aureooms-js-graph-augment/js/dist/graph-augment.min.js"></script>
Alternatively, you can use any tool mentioned here.
require( [ "aureooms-js-graph-augment" ] , function ( graphaugment ) { ... } ) ;
js-graph-augment
Augmented graphs code bricks for JavaScript
Can be managed through jspm, duo, component, bower, ender, jam, spm, and npm.
Install
jspm
duo
No install step needed for duo!
component
bower
ender
jam
spm
npm
Require
jspm
let graphaugment = require( "github:aureooms/js-graph-augment" ) ; // or import graphaugment from 'aureooms-js-graph-augment' ;
duo
let graphaugment = require( "aureooms/js-graph-augment" ) ;
component, ender, spm, npm
let graphaugment = require( "aureooms-js-graph-augment" ) ;
bower
The script tag exposes the global variable
graphaugment
.<script src="bower_components/aureooms-js-graph-augment/js/dist/graph-augment.min.js"></script>
Alternatively, you can use any tool mentioned here.
jam
require( [ "aureooms-js-graph-augment" ] , function ( graphaugment ) { ... } ) ;