indigo-ketcher
Version:
WASM implementation of Indigo organic chemistry toolkit web service for Ketcher
16 lines (14 loc) • 503 B
Markdown
# Indigo WASM module for Ketcher
This is a small subset of [Indigo API](https://lifescience.opensource.epam.com/indigo/api/index.html) compiled to WASM to be used by [Ketcher](https://lifescience.opensource.epam.com/ketcher/#ketcher-2-0) molecule sketcher.
It has the following methods that work with molecules and reactions:
* aromatize
* dearomatize
* layout
* clean2d
* convert
* check
* calculate
* render
* calculateCip
* automap
Please take a look at `test.js` to see the examples of code usage.