@zappar/zappar
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "2.0.0-beta.0"; | ||
export declare const VERSION = "2.0.0-beta.1"; |
@@ -7,2 +7,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = "2.0.0-beta.0"; | ||
exports.VERSION = "2.0.0-beta.1"; |
{ | ||
"name": "@zappar/zappar", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Zappar's computer vision for JavaScript, supporting image, face and instant world tracking, and barcode scanning.", | ||
@@ -55,5 +55,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@zappar/zappar-cv": "2.0.0-beta.0", | ||
"@zappar/zappar-cv": "2.0.0-beta.1", | ||
"gl-matrix": "3.4.3" | ||
} | ||
} |
@@ -62,3 +62,3 @@ # Zappar for JavaScript/TypeScript | ||
<!-- Added by: zapparadmin, at: Mon Feb 7 15:05:49 GMT 2022 --> | ||
<!-- Added by: zapparadmin, at: Tue Feb 15 17:51:43 GMT 2022 --> | ||
@@ -75,3 +75,3 @@ <!--te--> | ||
Download the bundle from this link: | ||
https://libs.zappar.com/zappar-js/2.0.0-beta.0/zappar-js.zip | ||
https://libs.zappar.com/zappar-js/2.0.0-beta.1/zappar-js.zip | ||
@@ -87,3 +87,3 @@ Unzip into your web project and reference from your HTML like this: | ||
```html | ||
<script src="https://libs.zappar.com/zappar-js/2.0.0-beta.0/zappar.js"></script> | ||
<script src="https://libs.zappar.com/zappar-js/2.0.0-beta.1/zappar.js"></script> | ||
``` | ||
@@ -103,19 +103,3 @@ | ||
The final step is to add this necessary entry to your webpack `rules`: | ||
```js | ||
module.exports = { | ||
//... | ||
module: { | ||
rules: [ | ||
//... | ||
{ | ||
test: /zcv\.wasm$/, | ||
type: "javascript/auto", | ||
loader: "file-loader" | ||
} | ||
//... | ||
] | ||
} | ||
}; | ||
``` | ||
Please note - this library supports Webpack 5 and later. | ||
@@ -122,0 +106,0 @@ ### Terminology |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
7664711
904
+ Added@zappar/zappar-cv@2.0.0-beta.1(transitive)
- Removed@zappar/zappar-cv@2.0.0-beta.0(transitive)