文件名称:html2hs:将HTML转换为用于虚拟dom的超脚本
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-27 01:31:41
JavaScript
html2hs 将HTML解析为(对于 )。 var html2hs = require ( 'html2hs' ) ; var hscript = html2hs ( '
Hello World
' ) ; // hscript = 'h("h1", [ "Hello World" ])' html2hs也接受一个选项参数: { // true: pre tags will be parsed like other tags pre : false }【文件预览】:
html2hs-master
----lib()
--------index.js(3KB)
----.travis.yml(49B)
----LICENSE(11KB)
----test()
--------index.js(2KB)
----README.md(646B)
----.gitignore(526B)
----package.json(698B)