@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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Utility functions and types for working with Takumi node trees.**
4
4
 
5
- This package provides the core logic for converting JSX and HTML into the layout-ready node trees that Takumi's Rust engine expects. It also loads fonts and processes emoji.
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