@jaak.ai/stamps 2.0.0-dev.43 → 2.0.0-dev.45
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 +216 -218
- package/dist/cjs/jaak-stamps.cjs.entry.js +4 -4
- package/dist/cjs/jaak-stamps.cjs.entry.js.map +1 -1
- package/dist/cjs/jaak-stamps.entry.cjs.js.map +1 -1
- package/dist/collection/components/my-component/my-component.js +6 -6
- package/dist/collection/components/my-component/my-component.js.map +1 -1
- package/dist/components/jaak-stamps.js +4 -4
- package/dist/components/jaak-stamps.js.map +1 -1
- package/dist/esm/jaak-stamps.entry.js +4 -4
- package/dist/esm/jaak-stamps.entry.js.map +1 -1
- package/dist/jaak-stamps-webcomponent/jaak-stamps-webcomponent.esm.js +1 -1
- package/dist/jaak-stamps-webcomponent/jaak-stamps.entry.esm.js.map +1 -1
- package/dist/jaak-stamps-webcomponent/{p-3074405d.entry.js → p-10ee2dab.entry.js} +2 -2
- package/dist/jaak-stamps-webcomponent/{p-3074405d.entry.js.map → p-10ee2dab.entry.js.map} +1 -1
- package/dist/types/components.d.ts +4 -4
- package/package.json +1 -1
|
@@ -10,11 +10,11 @@ export { CameraInfoResponse, CapturedImagesResponse, StatusResponse } from "./ty
|
|
|
10
10
|
export namespace Components {
|
|
11
11
|
interface JaakStamps {
|
|
12
12
|
/**
|
|
13
|
-
* @default
|
|
13
|
+
* @default 15
|
|
14
14
|
*/
|
|
15
15
|
"alignmentTolerance": number;
|
|
16
16
|
/**
|
|
17
|
-
* @default
|
|
17
|
+
* @default 1500
|
|
18
18
|
*/
|
|
19
19
|
"captureDelay": number;
|
|
20
20
|
/**
|
|
@@ -83,11 +83,11 @@ declare global {
|
|
|
83
83
|
declare namespace LocalJSX {
|
|
84
84
|
interface JaakStamps {
|
|
85
85
|
/**
|
|
86
|
-
* @default
|
|
86
|
+
* @default 15
|
|
87
87
|
*/
|
|
88
88
|
"alignmentTolerance"?: number;
|
|
89
89
|
/**
|
|
90
|
-
* @default
|
|
90
|
+
* @default 1500
|
|
91
91
|
*/
|
|
92
92
|
"captureDelay"?: number;
|
|
93
93
|
/**
|