Kaynağa Gözat

Small changes

customisations
alemart 9 ay önce
ebeveyn
işleme
52571ae1eb
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 1
    1
      README.md
  2. 1
    1
      src/ui/stats-panel.ts

+ 1
- 1
README.md Dosyayı Görüntüle

@@ -6,7 +6,7 @@ The Augmented Reality engine for the web that will enchant you!
6 6
 
7 7
 :magic_wand: **[Demos](https://alemart.github.io/encantar-js/demos/)** | :eyes: **[Try it!](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)** | :books: **[Learn](https://alemart.github.io/encantar-js/)** | :heart: **[Sponsor](https://github.com/sponsors/alemart)**
8 8
 
9
-![Demo](docs/img/mage.gif)
9
+[![Demo](docs/img/mage.gif)](https://alemart.github.io/encantar-js/demos/hello-three/poster.html)
10 10
 
11 11
 ## Features
12 12
 

+ 1
- 1
src/ui/stats-panel.ts Dosyayı Görüntüle

@@ -154,7 +154,7 @@ export class StatsPanel
154 154
         const ldraw = this._label('_ar_draw');
155 155
         if(ldraw !== null) {
156 156
             const size = viewport.virtualSize;
157
-            ldraw.innerText = `${size.width}x${size.height} viewport`;
157
+            ldraw.innerText = `${size.width}x${size.height} view`;
158 158
         }
159 159
     }
160 160
 

Loading…
İptal
Kaydet