UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines (11 loc) 453 B
/** * Copyright (c) 2023 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Adam Midlik <midlik@gmail.com> * * Example command-line application generating images of PDB structures * Build: npm install --no-save gl jpeg-js pngjs // these packages are not listed in dependencies for performance reasons * npm run build * Run: node lib/commonjs/examples/image-renderer 1cbs ../outputs_1cbs/ */ export {};