walk-parse5

2.0.0 • Public • Published

walk-parse5 NPM Version Build Status

Recursively traverse a parse5 DOM tree.

Installation

Node.js >= 8 is required. To install, type this at the command line:

npm install walk-parse5

Usage

const walk = require('walk-parse5');
 
walk(documentOrNode, node => {
    // Optionally kill traversal
    return false;
});

/walk-parse5/

    Package Sidebar

    Install

    npm i walk-parse5

    Weekly Downloads

    506

    Version

    2.0.0

    License

    MIT

    Unpacked Size

    4.78 kB

    Total Files

    6

    Last publish

    Collaborators

    • stevenvachon