egm96-universal
Advanced tools
Comparing version 0.0.0 to 1.0.0
{ | ||
"name": "egm96-universal", | ||
"version": "0.0.0", | ||
"version": "1.0.0", | ||
"description": "A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes", | ||
@@ -14,3 +14,5 @@ "main": "dist/egm96-universal.cjs.js", | ||
"build": "npm run rollup", | ||
"rollup": "rollup -c" | ||
"rollup": "rollup -c", | ||
"website-build": "npm run prebuild && parcel build demo/index.html -d public --public-url ./", | ||
"website-dev": "npm run prebuild && parcel demo/index.html -d public" | ||
}, | ||
@@ -25,2 +27,3 @@ "repository": { | ||
"wgs84", | ||
"ellipsoid", | ||
"coordinate", | ||
@@ -51,2 +54,3 @@ "altitude" | ||
"jest": "^26.3.0", | ||
"parcel-bundler": "^1.12.4", | ||
"rollup": "^2.23.1" | ||
@@ -53,0 +57,0 @@ }, |
# egm96-universal | ||
 | ||
 [](https://www.npmjs.com/package/egm96-universal) | ||
@@ -11,3 +11,3 @@ A library to convert between EGM96-relative altitudes and WGS84 ellipsoid-relative altitudes. | ||
Works both in the browser and node.js. | ||
Works both in the browser and node.js, you can test the result on [the demo page](https://nicolas-van.github.io/egm96-universal/). | ||
@@ -31,3 +31,3 @@ ## Usage | ||
``` | ||
import egm96 from 'egm96-universal' | ||
import * as egm96 from 'egm96-universal' | ||
``` | ||
@@ -34,0 +34,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7686574
23
22289
0
17