ngl icon indicating copy to clipboard operation
ngl copied to clipboard

Functional TypeScript definitions

Open ktamiola opened this issue 5 years ago • 1 comments

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 } );

ktamiola avatar Jul 15 '19 22:07 ktamiola

read #493 for the current state of TS and NGL

arose avatar Jul 18 '19 17:07 arose