nodecommons-esm-ai-tensorflow-graphics 0.0.14 → 0.0.15
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/dist/index.d.mts +3 -3
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { commonsAiVisualiseLayer, TCommonsAiFeatureMap, commonsAiVisualiseFeatureMaps } from './helpers/visualise.mjs';
|
|
2
2
|
import { convertJimpToTensor3D } from './helpers/graphics.mjs';
|
|
3
|
-
import { CommonsAiJimpBoundary } from './classes/jimp-boundary.ai.mjs';
|
|
4
|
-
import { CommonsAiJimpClassifier } from './classes/jimp-classifier.ai.mjs';
|
|
5
3
|
import { CommonsAiJimpXy } from './classes/jimp-xy.ai.mjs';
|
|
6
|
-
|
|
4
|
+
import { CommonsAiJimpClassifier } from './classes/jimp-classifier.ai.mjs';
|
|
5
|
+
import { CommonsAiJimpBoundary } from './classes/jimp-boundary.ai.mjs';
|
|
6
|
+
export { commonsAiVisualiseLayer, TCommonsAiFeatureMap, commonsAiVisualiseFeatureMaps, convertJimpToTensor3D, CommonsAiJimpXy, CommonsAiJimpClassifier, CommonsAiJimpBoundary };
|
package/dist/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { commonsAiVisualiseLayer, commonsAiVisualiseFeatureMaps } from './helpers/visualise.mjs';
|
|
2
2
|
import { convertJimpToTensor3D } from './helpers/graphics.mjs';
|
|
3
|
-
import { CommonsAiJimpBoundary } from './classes/jimp-boundary.ai.mjs';
|
|
4
|
-
import { CommonsAiJimpClassifier } from './classes/jimp-classifier.ai.mjs';
|
|
5
3
|
import { CommonsAiJimpXy } from './classes/jimp-xy.ai.mjs';
|
|
6
|
-
|
|
4
|
+
import { CommonsAiJimpClassifier } from './classes/jimp-classifier.ai.mjs';
|
|
5
|
+
import { CommonsAiJimpBoundary } from './classes/jimp-boundary.ai.mjs';
|
|
6
|
+
export { commonsAiVisualiseLayer, commonsAiVisualiseFeatureMaps, convertJimpToTensor3D, CommonsAiJimpXy, CommonsAiJimpClassifier, CommonsAiJimpBoundary };
|
|
7
7
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAwB,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AACvH,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAwB,6BAA6B,EAAE,MAAM,yBAAyB,CAAC;AACvH,OAAO,EAAE,qBAAqB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,EACN,uBAAuB,EAEvB,6BAA6B,EAC7B,qBAAqB,EACrB,eAAe,EACf,uBAAuB,EACvB,qBAAqB,EACrB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodecommons-esm-ai-tensorflow-graphics",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@tensorflow/tfjs-core": "4.22.0",
|
|
30
30
|
"@tensorflow/tfjs-layers": "4.22.0",
|
|
31
|
-
"nodecommons-esm-ai-graphics": "^0.0.
|
|
31
|
+
"nodecommons-esm-ai-graphics": "^0.0.9",
|
|
32
32
|
"nodecommons-esm-ai-tensorflow": "^0.0.12",
|
|
33
|
-
"nodecommons-esm-graphics": "^0.0.
|
|
33
|
+
"nodecommons-esm-graphics": "^0.0.8",
|
|
34
34
|
"tscommons-esm-ai": "^0.0.12",
|
|
35
35
|
"tscommons-esm-graphics": "^0.0.10"
|
|
36
36
|
}
|