nirs4all 0.3.0 → 0.3.2
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 +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
npm package name: `nirs4all`
|
|
4
4
|
|
|
5
|
-
The canonical source repository is `nirs4all-core`; the npm publication
|
|
6
|
-
the bare `nirs4all` name
|
|
7
|
-
|
|
5
|
+
The canonical source repository is `nirs4all-core`; the npm publication uses
|
|
6
|
+
the bare `nirs4all` name as the JavaScript/WASM aggregate surface. Python alone
|
|
7
|
+
uses the `nirs4all-core` distribution name to avoid colliding with the full
|
|
8
|
+
modelling library.
|
|
8
9
|
|
|
9
10
|
This package is the runtime surface that `nirs4all-web` should consume. The web
|
|
10
11
|
application lives in `nirs4all-web`; this directory is for the reusable
|