@chamn/engine 0.0.19 → 0.0.21
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 +3 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +26 -18
- package/dist/index.mjs.map +1 -1
- package/dist/utils/defaultEngineConfig.d.ts +1 -0
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
# chameleon
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> Chameleon is ever-changing
|
|
4
4
|
|
|
5
|
-
A
|
|
5
|
+
A web visual programming engine, help to build a web page with 5 minutes. every people can use it easy.
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## [Demo](https://hlerenow.github.io/chameleon/)
|
|
7
|
+
[Docs](https://hlerenow.github.io/chameleon/documents/) | [Demo](https://hlerenow.github.io/chameleon/)
|
|
10
8
|
|
|
11
9
|
## Install
|
|
12
10
|
|