Skip to content

Commit

Permalink
version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Feb 14, 2023
1 parent 0021c3d commit 7d3c4c9
Show file tree
Hide file tree
Showing 10 changed files with 994 additions and 999 deletions.
2 changes: 1 addition & 1 deletion build/artoolkitNFT.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_embed_ES6_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/artoolkitNFT_wasm.simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ARToolkitNFT_simd.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/artoolkitNFT.api.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
this._bwpointer = undefined;
this._lumaCtx = undefined;

this.version = '1.3.0';
this.version = '1.3.1';
console.info('JsartoolkitNFT ', this.version);
console.warn("This library is deprecated, use the ES6 version instead!! It will be removed in a future release.")

Expand Down
1,973 changes: 984 additions & 989 deletions js/artoolkitNFT_ES6.api.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webarkit/jsartoolkit-nft",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/ARToolkitNFT.js",
"types": "types/src/index.d.ts",
"description": "Emscripten port of ARToolKit5 to JavaScript. It is a lighter version of Jsartoolkit5 with only NFT markerless support",
Expand Down

0 comments on commit 7d3c4c9

Please sign in to comment.