Michal Molhanec

Results 1 comments of Michal Molhanec

RDKit JS can render reactions, it's just not documented. E.g. something like: ``` const rdkit = await window.initRDKitModule() const rxn = rdkit.get_rxn(smiles) const svg = rxn.get_svg(width, height) ```