Closed atgillette closed 8 years ago
How do I write the require statement to import a plugin?
Are you looking to load from node.js or some other module loader?
yes. node.js style.
var mod = require('d3-plugins-dist/dist/<author>/<plugin-name>/cjs');
How do I write the require statement to import a plugin?