sj-ng-webgl-globe
Version:
The fastest way to embed a 3D reactive globe in your Angular application using WebGL Earth. It is an open-source virtual globe made with HTML5 and Canvas WebGL technology. It comes with a JavaScript API adapting the popular LeafletJS API. On top of this A
37 lines (36 loc) • 1.18 kB
JSON
{
"name": "sj-ng-webgl-globe",
"version": "0.1.0",
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14"
},
"author": "Shiljith Mp",
"keywords": [
"Angular",
"Angular2",
"ng",
"sj",
"webgl",
"globe"
],
"description": "The fastest way to embed a 3D reactive globe in your Angular application using WebGL Earth. It is an open-source virtual globe made with HTML5 and Canvas WebGL technology. It comes with a JavaScript API adapting the popular LeafletJS API. On top of this API i created a library wrapper for Angular.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shiljith/sj-ng-webgl-globe.git"
},
"main": "bundles/sj-ng-webgl-globe.umd.js",
"module": "fesm5/sj-ng-webgl-globe.js",
"es2015": "fesm2015/sj-ng-webgl-globe.js",
"esm5": "esm5/sj-ng-webgl-globe.js",
"esm2015": "esm2015/sj-ng-webgl-globe.js",
"fesm5": "fesm5/sj-ng-webgl-globe.js",
"fesm2015": "fesm2015/sj-ng-webgl-globe.js",
"typings": "sj-ng-webgl-globe.d.ts",
"metadata": "sj-ng-webgl-globe.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}