This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

html-vtree

0.0.2 • Public • Published

HTML To VTree

Build Status

browser support

Conver your html code to vtree, base on 2 things:

  1. vtree
  2. htmlparser2

Install

npm i --save html-vtree

Usage

var htmlToVtree = require('html-vtree')
 
htmlToVtree('<div>hello world</div>', function(err, vtree) {
  // vtree will be a VirtualDom Object in vtree
  console.log(vtree);
});

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i html-vtree

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • kiddkai