dataarts / webgl-globe

WebGL Globe is a platform for visualizing latitude longitude based information using WebGL.
https://experiments.withgoogle.com/chrome/globe
Other
3.61k stars 1.16k forks source link

Typescript definition file #59

Open amartone opened 8 years ago

amartone commented 8 years ago

Hello,

Is there a Typescript definition file available for globe.js for usability in Angular 2 applications?

Thank you in advance!

amartone commented 8 years ago

I have got it working in an Angular 2 component without the need of a Typescript definition file. I will add a pull request soon if others want this functionality.