cheminfo / openchemlib-js

JavaScript port of OpenChemLib
https://cheminfo.github.io/openchemlib-js/index.html
BSD 3-Clause "New" or "Revised" License
71 stars 20 forks source link

cannot find file ../dist/openchemlib-full.js #199

Closed shiyu-wangbyte closed 3 months ago

shiyu-wangbyte commented 3 months ago

hello developers: I want to run the file in examples folder, such as ShowStructures.html, But i cannot find the following scripts: ../dist/openchemlib-full.js ../dist/openchemlib-core.js

So, how can i find these files?

targos commented 3 months ago

These files are created by the build process (npm run build). You can also download them from here: https://www.lactame.com/lib/openchemlib/8.9.0/

shiyu-wangbyte commented 3 months ago

Thank you.