ngl
ngl copied to clipboard
Functional TypeScript definitions
Hello ladies and gents. I am trying to compile a very simple StencilJS component, which would eventually render a PDB structure using ngl
.
Does anybody has an access to functional TypeScript definitions, which would make executing the 'demo' script below, possible?
var stage = new NGL.Stage( "viewport" );
stage.loadFile( "rcsb://1crn", { defaultRepresentation: true } );
read #493 for the current state of TS and NGL