canvasframework 0.5.7 → 0.5.8

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  # Canvas UI Engine (UI engine inspired by Flutter, built for the Web)
5
5
 
6
6
  > **Canvas-based UI Engine for Mobile & Embedded Apps**
7
- > A high-performance UI engine rendered with Canvas/WebGL, running inside a WebView runtime (Capacitor / Cordova), without DOM, HTML or CSS.
7
+ > A high-performance UI engine rendered with Canvas/WebGL (Text rendering), running inside a WebView runtime (Capacitor / Cordova), without DOM, HTML or CSS.
8
8
 
9
9
  ---
10
10
 
package/core/UIBuilder.js CHANGED
@@ -118,6 +118,7 @@ const Components = {
118
118
  ContextMenu,
119
119
  Checkbox,
120
120
  Toast,
121
+ FloatedCamera,
121
122
  NumberInput,
122
123
  TextField,
123
124
  SelectDialog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvasframework",
3
- "version": "0.5.7",
3
+ "version": "0.5.8",
4
4
  "description": "Canvas-based cross-platform UI framework (Material & Cupertino)",
5
5
  "type": "module",
6
6
  "main": "./index.js",