@takumi-rs/helpers 2.0.0-rc.6 → 2.0.0-rc.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/dist/index-C9T8g_Ys.d.cts +1068 -0
- package/dist/index-D66Ac3N4.d.mts +1068 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +1 -1
- package/dist/index-DWhDPZAL.d.mts +0 -9855
- package/dist/index-ck-uGf94.d.cts +0 -9855
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Utility functions and types for working with Takumi node trees.**
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Convert JSX and HTML into the node trees Takumi's Rust engine renders. Load fonts and process emoji.
|
|
6
6
|
|
|
7
7
|
[Documentation](https://takumi.kane.tw/docs/architecture#fromjsx-helper) · [GitHub](https://github.com/kane50613/takumi)
|
|
8
8
|
|