@zappar/zappar
Advanced tools
Comparing version 0.3.15 to 0.3.16
# Changelog | ||
## [0.3.16] - 2022-01-25 | ||
### Fixed | ||
- Issues on Ipad Pro | ||
## [0.3.15] - 2021-10-28 | ||
@@ -4,0 +10,0 @@ |
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "0.3.15"; | ||
export declare const VERSION = "0.3.16"; |
@@ -7,2 +7,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = "0.3.15"; | ||
exports.VERSION = "0.3.16"; |
{ | ||
"name": "@zappar/zappar", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"description": "Zappar's computer vision for JavaScript, supporting image, face and instant world tracking, and barcode scanning.", | ||
@@ -55,4 +55,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@zappar/zappar-cv": "0.3.14" | ||
"@zappar/zappar-cv": "0.3.15" | ||
} | ||
} |
@@ -60,4 +60,5 @@ # Zappar for JavaScript/TypeScript | ||
* [Mirroring the camera images and flipping the X-axis of poses](#mirroring-the-camera-images-and-flipping-the-x-axis-of-poses) | ||
* [Links and Resources](#links-and-resources) | ||
<!-- Added by: zapparadmin, at: Thu Oct 28 13:13:25 BST 2021 --> | ||
<!-- Added by: zapparadmin, at: Tue Jan 25 18:01:51 GMT 2022 --> | ||
@@ -74,3 +75,3 @@ <!--te--> | ||
Download the bundle from this link: | ||
https://libs.zappar.com/zappar-js/0.3.15/zappar-js.zip | ||
https://libs.zappar.com/zappar-js/0.3.16/zappar-js.zip | ||
@@ -86,3 +87,3 @@ Unzip into your web project and reference from your HTML like this: | ||
```html | ||
<script src="https://libs.zappar.com/zappar-js/0.3.15/zappar.js"></script> | ||
<script src="https://libs.zappar.com/zappar-js/0.3.16/zappar.js"></script> | ||
``` | ||
@@ -941,1 +942,6 @@ | ||
- `poseCameraRelative(mirror?: boolean) : Float32Array`: if you use an anchor pose as the camera origin, pass `true` as the parameter of your call to the anchor's `poseCameraRelative` function to get a matrix that's consistent with mirror mode. | ||
## Links and Resources | ||
* [Web site](https://zap.works/universal-ar/) | ||
* [Documentation](https://docs.zap.works/universal-ar/javascript/getting-started/) | ||
* [Forum](https://forum.zap.works/) |
Sorry, the diff of this file is too big to display
6349638
944
+ Added@zappar/zappar-cv@0.3.15(transitive)
- Removed@zappar/zappar-cv@0.3.14(transitive)
Updated@zappar/zappar-cv@0.3.15