UNPKG

pdb-lite-mol

Version:

Web-component implementation of LiteMol 3D structure viewer. LiteMol is a streamlined structure viewer which enables a PDB structure to be explored within a browser rather than requiring pre-installed molecular graphics software. It is a PDB Component dev

7 lines 230 B
/*document level component bootstrap to make it available across the document scope*/ (function () { 'use strict'; angular.element(document).ready(function () { angular.bootstrap(document, ["pdb.litemol"]); }); }());