molstar
Version:
A comprehensive macromolecular library.
14 lines (13 loc) • 620 B
TypeScript
/**
* Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alex Chan <smalldirkalex@gmail.com>
*
* Thanks to @author Adam Midlik <midlik@gmail.com> for the example code ../image-renderer and https://github.com/midlik/surface-calculator i can make reference to,
*
* Example command-line application generating and exporting PubChem SDF structures
* Build: npm install --no-save gl // these packages are not listed in dependencies for performance reasons
* npm run build
* Run: node lib/commonjs/examples/glb-export 2519 ../outputs_2519/
*/
export {};