Skip to content

Commit f342f8e

Browse files
committed
version 0.2.2
1 parent 213bd65 commit f342f8e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

dist/ARFset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ <h1>FeatureSET-Display</h1>
1515
<p>Feature points: light green circles</p>
1616
<p>FeatureSet3 points: tiny red circles</p>
1717
<input type="file" id="markerLoader" name="markerLoader" style="display: none;" multiple />
18-
<button class="bt" id="uploadBt" onclick="document.getElementById('markerLoader').click();">Upload NFT marker</button>
18+
<button class="bt" id="uploadBt" title="select all 3 files: .iset .fset and .fset3" onclick="document.getElementById('markerLoader').click();">Upload NFT marker</button>
1919
</div>
2020

2121
<script type="text/javascript" src="../dist/ARFset.js"></script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webarkit/featureset-display",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"main": "dist/ARFset.js",
55
"description": "FeatureSET Display based on ARToolKit, ported thanks to Emscripten",
66
"keywords": [

src/ARFset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default class ARFset {
5252
this.numFpoints = null;
5353
this.canvas = null;
5454
this.ctx = null;
55-
this.version = '0.2.1';
55+
this.version = '0.2.2';
5656
console.log('FeatureSETDisplay version: ', this.version);
5757
}
5858

0 commit comments

Comments
 (0)