docs: add homepage and interactive demo urls
All checks were successful
npm-publish / publish (push) Successful in 4s
All checks were successful
npm-publish / publish (push) Successful in 4s
This commit is contained in:
@@ -38,7 +38,7 @@ console.log(ranges.r); // BigInt64Array [158671400n, 158671408n, ...]
|
|||||||
|
|
||||||
## Live Implementation Example
|
## Live Implementation Example
|
||||||
|
|
||||||
This library powers extreme sub-meter zoom depths on the [geo-words](https://gitea.7u.pl/gkucmierz/geo-words) interactive 3D map.
|
This library powers extreme sub-meter zoom depths mathematically perfect in realtime. You can test a massive HEALPix order calculation on the [Geo-Words Interactive 3D Map](http://geo-words.7u.pl/). Source code available at [geo-words](https://gitea.7u.pl/gkucmierz/geo-words).
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gkucmierz/healpixjs-bigint",
|
"name": "@gkucmierz/healpixjs-bigint",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
|
"description": "True BigInt port of healpixjs supporting orders beyond the 32-bit (<=14) limit",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"healpix",
|
"healpix",
|
||||||
@@ -24,6 +24,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
|
"homepage": "https://gitea.7u.pl/gkucmierz/healpixjs-bigint",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
|
"url": "git+https://gitea.7u.pl/gkucmierz/healpixjs-bigint.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user