@onirix/ar-engine-sdk 1.6.12 → 1.6.13

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v1.6.13 (2024-05-03)
4
+
5
+ ### Fixed
6
+
7
+ - Fix camera selection on iOS for certain devices
8
+
3
9
  ## v1.6.12 (2024-04-29)
4
10
 
5
11
  ### Fixed
package/README.md CHANGED
@@ -52,7 +52,7 @@ Add a custom script (app.js) to your page html head tag and load it as an async
52
52
  Inside your custom script (app.js), import Onirix SDK:
53
53
 
54
54
  ```
55
- import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.12/dist/ox-sdk.esm.js";
55
+ import OnirixSDK from "https://unpkg.com/@onirix/ar-engine-sdk@1.6.13/dist/ox-sdk.esm.js";
56
56
  ```
57
57
 
58
58
  > If you're using a JavaScript framework or a bundler like Webpack, it is recommended to use the [NPM package](https://www.npmjs.com/package/@onirix/ar-engine-sdk) instead.