Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rdkit/rdkit-structure-renderer

JavaScript package for interactive rendering of 2D chemical structures in the browser.
https://github.com/rdkit/rdkit-structure-renderer

Last synced: 1 day ago
JSON representation

JavaScript package for interactive rendering of 2D chemical structures in the browser.

Awesome Lists containing this project

README

        

# rdkit-structure-renderer

JS library depending on RDKit MinimalLib to visualize molecules
in the browser as either HTML5 canvas or SVG.

Run

```
npm run build
```

to build the app and

```
npm run serve
```
to serve the test `index.html` page from a local webserver.

## License
Code released under the [BSD license](https://github.com/rdkit/rdkit-structure-renderer/blob/master/license.txt).