@zappar/zappar-threejs
Advanced tools
Comparing version 2.0.4 to 2.0.5
# Changelog | ||
## [2.0.5] - 2022-10-06 | ||
- Updated `LoadingManager` loading text from `Loading..` to `Loading...` | ||
## [2.0.4] - 2022-09-30 | ||
@@ -4,0 +8,0 @@ |
@@ -99,3 +99,3 @@ "use strict"; | ||
this.containerDiv.appendChild(this.divs.inner); | ||
this.divs.title.innerHTML = "Loading.."; | ||
this.divs.title.innerHTML = "Loading..."; | ||
document.body.append(this.containerDiv); | ||
@@ -102,0 +102,0 @@ } |
/** | ||
* SDK version. | ||
*/ | ||
export declare const VERSION = "2.0.4"; | ||
export declare const VERSION = "2.0.5"; |
@@ -7,2 +7,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = "2.0.4"; | ||
exports.VERSION = "2.0.5"; |
{ | ||
"name": "@zappar/zappar-threejs", | ||
"version": "2.0.4", | ||
"version": "2.0.5", | ||
"description": "ThreeJS wrappers for Zappar's computer vision library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -71,3 +71,3 @@ # Zappar for ThreeJS | ||
<!-- Added by: zapparadmin, at: Fri Sep 30 16:55:22 BST 2022 --> | ||
<!-- Added by: zapparadmin, at: Thu Oct 6 17:22:49 BST 2022 --> | ||
@@ -103,3 +103,3 @@ <!--te--> | ||
Download the bundle from: | ||
<https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.zip> | ||
<https://libs.zappar.com/zappar-threejs/2.0.5/zappar-threejs.zip> | ||
@@ -117,3 +117,3 @@ Unzip into your web project and reference from your HTML like this: | ||
```html | ||
<script src="https://libs.zappar.com/zappar-threejs/2.0.4/zappar-threejs.js"></script> | ||
<script src="https://libs.zappar.com/zappar-threejs/2.0.5/zappar-threejs.js"></script> | ||
``` | ||
@@ -120,0 +120,0 @@ |
Sorry, the diff of this file is too big to display
7815474