All Projects → alexmingoia → html-virtualize

alexmingoia / html-virtualize

Licence: other
Parse HTML into virtual-dom tree.

Programming Languages

javascript
184084 projects - #8 most used programming language

html-virtualize

Build Status NPM version Dependency Status

Parse HTML into virtual-dom tree.

This is for server-side use cases. If you're in the browser you can use vdom-virtualize.

Installation

npm install html-virtualize

API

module.exports(html:String)

Returns virtual DOM tree.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].