ablok-components 0.3.8 → 0.3.10
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.
|
@@ -55,6 +55,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
55
55
|
type: BooleanConstructor;
|
|
56
56
|
default: boolean;
|
|
57
57
|
};
|
|
58
|
+
resolutions: {
|
|
59
|
+
type: ObjectConstructor;
|
|
60
|
+
default: () => any;
|
|
61
|
+
};
|
|
58
62
|
}>, {
|
|
59
63
|
onCapture: () => void;
|
|
60
64
|
camera: any;
|
|
@@ -117,6 +121,10 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
117
121
|
type: BooleanConstructor;
|
|
118
122
|
default: boolean;
|
|
119
123
|
};
|
|
124
|
+
resolutions: {
|
|
125
|
+
type: ObjectConstructor;
|
|
126
|
+
default: () => any;
|
|
127
|
+
};
|
|
120
128
|
}>> & Readonly<{
|
|
121
129
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
122
130
|
}>, {
|
|
@@ -133,6 +141,7 @@ declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').Define
|
|
|
133
141
|
enableAudio: boolean;
|
|
134
142
|
enableSelectDevice: boolean;
|
|
135
143
|
enableCropImage: boolean;
|
|
144
|
+
resolutions: Record<string, any>;
|
|
136
145
|
}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, true, {
|
|
137
146
|
camera: HTMLVideoElement;
|
|
138
147
|
canvas: HTMLCanvasElement;
|