Skip to content

Commit b54f073

Browse files
committed
Replace utility
1 parent d500de3 commit b54f073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ On top of **[unist][]** and its implementations sits the rest of
7171
## hast utilities
7272

7373
* [hastscript](https://github.com/syntax-tree/hastscript) - Create trees with a nice syntax.
74-
* [hast-to-hyperscript](https://github.com/syntax-tree/hast-to-hyperscript) - Transform to something else (React, Vue, etc).
7574
* [hast-util-from-dom](https://github.com/syntax-tree/hast-util-from-dom) - Transform from a DOM tree.
7675
* [hast-util-from-text](https://github.com/syntax-tree/hast-util-from-text) - Set plain-text content.
7776
* [hast-util-to-dom](https://github.com/syntax-tree/hast-util-to-dom) - Transform to a DOM tree.
77+
* [hast-util-to-jsx-runtime](https://github.com/syntax-tree/hast-util-to-jsx-runtime) - Transform to preact, react, solid, svelte, vue, etc.
7878
* [hast-util-to-html](https://github.com/syntax-tree/hast-util-to-html) - Transform to an HTML string.
7979
* [hast-util-to-mdast](https://github.com/syntax-tree/hast-util-to-mdast) - Transform to mdast.
8080
* [hast-util-to-nlcst](https://github.com/syntax-tree/hast-util-to-nlcst) - Transform to nlcst.

0 commit comments

Comments
 (0)