domon-treeadapter

0.1.3 • Public • Published

domon-treeadapter

A parse5-compatible TreeAdapter for the DOMON format

See TreeAdapter at parse5 documentation

The DOMON format is just a lightweight DOM representation with no circular references, making it suitable for JSON etc.

Install

npm install domon-treeadapter

Usage

const parse5 = require( 'parse5' )
 
const Adapter = require( 'domon-treeadapter' )
 
// create an adapter instance
const adapter = Adapter()
 
const domonTree = parse5.parse( '<div></div>', { treeAdapter: adapter } )

/domon-treeadapter/

    Package Sidebar

    Install

    npm i domon-treeadapter

    Weekly Downloads

    6

    Version

    0.1.3

    License

    MIT

    Last publish

    Collaborators

    • nrkn