@zessjs/compiler 1.0.2 → 1.0.3
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 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
<a href="https://rpsffx.github.io/zess" target="_blank" alt="Zess Logo">
|
|
3
3
|
<img src="https://pic1.imgdb.cn/item/68c7c093c5157e1a8804fb52.svg" alt="Zess Logo">
|
|
4
4
|
</a>
|
|
5
|
-
</
|
|
6
|
-
|
|
7
|
-
# @zessjs/compiler
|
|
5
|
+
<h1>@zessjs/compiler</h1>
|
|
8
6
|
|
|
9
7
|
[](https://www.npmjs.com/package/@zessjs/compiler) [](https://github.com/rpsffx/zess/blob/main/LICENSE)
|
|
10
8
|
|
|
11
9
|
Zess JSX compiler 💥 Delivers efficient code conversion for super - responsive web experiences.
|
|
12
10
|
|
|
11
|
+
</div>
|
|
12
|
+
|
|
13
13
|
## ✨ Features
|
|
14
14
|
|
|
15
15
|
- **⚡ Efficient Compilation**: Transforms JSX syntax into optimized JavaScript code
|