Sameem Zahoor Taray

Results 2 comments of Sameem Zahoor Taray

Hi guys. I have been trying to follow as suggested by @greenify above. I wanted to ask you all what the best way to inject a javascript library (say biojs-io-fasta)...

Hi @greenify I went through the links. Tried following code to embed the biojs-io-fasta library. `require.config({` `paths:{ "fasta":"path-to-biojs-io-fasta" } });` `require(['fasta'], function(fasta){` `console.log(fasta);` `});` When I check the console, the...