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 +1 -1
- package/core/UIBuilder.js +1 -0
- package/package.json +1 -1
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