/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alex Chan * * Thanks to @author Adam Midlik 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 {};