UNPKG

speck-renderer

Version:

Browser-based WebGL molecule renderer with the goal of producing figures that are as attractive as they are practical.

12 lines (7 loc) 316 B
'use strict'; var _main = require('./src/main.js'); var _main2 = _interopRequireDefault(_main); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } // export { load, setStructure } from "./src/main0.js"; module.exports = _main2.default; window.Speck = _main2.default;