@3dbionotes/pdbe-molstar

Molstar implementation for PDBe

Usage no npm install needed!

<script type="module">
  import 3dbionotesPdbeMolstar from 'https://cdn.skypack.dev/@3dbionotes/pdbe-molstar';
</script>

README

PDBe Molstar

PDBe implementation of Mol* (/'mol-star/)

Refer PDBe Molstar Wiki for detailed documentation and examples

Building & Running locally

npm install
npm run build
npm run serve

Build automatically on file save:

npm run watch