UNPKG

3dmol

Version:

JavaScript/TypeScript molecular visualization library

6 lines (5 loc) 177 B
//put the global $3Dmol object into a module if (typeof module === "object" && typeof module.exports === "object") { //for node.js exporting module.exports = window.$3Dmol; }