Biocircos.js icon indicating copy to clipboard operation
Biocircos.js copied to clipboard

CommonJS module import

Open iosonofabio opened this issue 9 years ago • 0 comments

Thanks for the library!

It would help a lot of people if BiocircosJS supported CommonJS imports:

http://know.cujojs.com/tutorials/modules/authoring-cjs-modules

so that I can write:

var Biocircos = require('biocircosjs');

Biocircos.plot(...)

iosonofabio avatar Feb 24 '16 17:02 iosonofabio