@onirix/ar-engine-sdk 1.6.12 → 1.6.14
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/CHANGELOG.md +10 -0
- package/README.md +1 -1
- package/dist/onirix_native_sdk.js +1 -1
- package/dist/ox-sdk.esm.js +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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.
|
|
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.
|