UNPKG

ico

Version:

A graph plotting library

11 lines (8 loc) 204 B
/** * Assign the Ico object as a global property. */ global.Ico = Ico; if (typeof exports !== 'undefined') { module.exports = Ico; } })(typeof window === 'undefined' ? this : window);