gps-plus-slam-js 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
TypeScript library for real-time GPS + AR odometry alignment.
|
|
4
4
|
|
|
5
|
-
> **Proprietary —
|
|
5
|
+
> **Proprietary** — the full End User License Agreement is bundled inside the package as `EULA.md`. To read it before installing, open the [package contents on npm](https://www.npmjs.com/package/gps-plus-slam-js?activeTab=code) and select `EULA.md`. After `npm install gps-plus-slam-js`, the same file is available at `node_modules/gps-plus-slam-js/EULA.md`. Use of this package requires a valid license key — a community key is bundled with the open-source companion packages, see [License Key](#license-key) below.
|
|
6
6
|
|
|
7
7
|
`gps-plus-slam-js` fuses AR pose tracking (odometry) with GPS readings to compute a transformation matrix that maps device-local coordinates to geo-referenced positions. It is designed for location-based AR applications where accurate outdoor positioning matters.
|
|
8
8
|
|
|
@@ -128,13 +128,13 @@ if (matrix && zeroRef) {
|
|
|
128
128
|
| ----------------------------------- | -------------------------------------- |
|
|
129
129
|
| `validateLicenseKey(key, options?)` | Validate an Ed25519-signed license key |
|
|
130
130
|
|
|
131
|
-
A community license key is included in the open-source companion packages and renewed with each release. See
|
|
131
|
+
A community license key is included in the open-source companion packages and renewed with each release. See `EULA.md` §3 — [view on npm](https://www.npmjs.com/package/gps-plus-slam-js?activeTab=code) (open `EULA.md`) or read the bundled copy at `node_modules/gps-plus-slam-js/EULA.md` after install.
|
|
132
132
|
|
|
133
133
|
## License
|
|
134
134
|
|
|
135
135
|
**Proprietary** — Copyright (c) 2026 cs-util-com. All rights reserved.
|
|
136
136
|
|
|
137
|
-
This library is distributed as a pre-built package.
|
|
137
|
+
This library is distributed as a pre-built package. The full End User License Agreement ships inside the package as `EULA.md`: [view on npm](https://www.npmjs.com/package/gps-plus-slam-js?activeTab=code) (open `EULA.md`) or read the bundled copy at `node_modules/gps-plus-slam-js/EULA.md` after install.
|
|
138
138
|
|
|
139
139
|
## Companion Packages
|
|
140
140
|
|