d3-builder
v0.4.0
Published
Generates custom builds of D3
Downloads
6
Readme
Heads up!
Since the time of writing d3-builder
, D3 has released discrete packages on
NPM. We recommend checking them out before
digging too much into this project.
D3 Builder
var fs = require('fs');
var d3 = require('d3-builder');
d3('svg/arc', 'scale/linear').pipe(fs.createWriteStream('./d3.custom.js'));
What modules are available?
Checkout the D3 source for a list. start
and end
are automatically included for you.
Motivation
D3 uses the smash module system. This package is a thin layer over smash and D3 to make it easier to stream custom builds into browserify.
License
d3-builder
is released under the MIT License.