marvel-wireframe
v1.0.7
Published
marvel-wireframe draws the map of network of the links in your marvel prototype
Downloads
3
Maintainers
Readme
Install:
npm install marvel-wireframe --save
Usage:
import {Wireframe} from 'marvel-wireframe'
...
const options = {
container : document.getElementById('vis'),
id: '2aah1d9',
type: 'grid'
}
const w = new Wireframe(opt);