UNPKG

react-native-parse-html

Version:

WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js

47 lines (35 loc) 1.9 kB
# react-native-parse-html This is forked from [parse5](https://github.com/inikulin/parse5) in order to support react-native. The original README follows. <p align="center"> <a href="https://github.com/inikulin/parse5"> <img src="https://raw.github.com/inikulin/parse5/master/docs/logo.png" alt="parse5" /> </a> </p> <p align="center"> <i>WHATWG HTML5 specification-compliant, fast and ready for production HTML parsing/serialization toolset for Node.js</i> </p> <p align="center"> <a href="https://travis-ci.org/inikulin/parse5"><img alt="Build Status" src="https://api.travis-ci.org/inikulin/parse5.svg"></a> <a href="https://www.npmjs.com/package/parse5"><img alt="NPM Version" src="https://img.shields.io/npm/v/parse5.svg"></a> <a href="https://npmjs.org/package/parse5"><img alt="Downloads" src="http://img.shields.io/npm/dm/parse5.svg"></a> <a href="https://npmjs.org/package/parse5"><img alt="Downloads total" src="http://img.shields.io/npm/dt/parse5.svg"></a> </p> <p align="center"> <b><i>parse5</i></b> provides nearly everything you may need when dealing with HTML. It's the fastest spec-compliant HTML parser for Node to date. It parses HTML the way the latest version of your browser does. It has proven itself reliable in such projects as <a href="https://github.com/tmpvar/jsdom">jsdom</a>, <a href="https://github.com/angular/angular">Angular2</a>, <a href="https://www.polymer-project.org">Polymer</a> and many more. </p> ---- <p align="center"> <a href="https://github.com/inikulin/parse5/wiki/Documentation">Documentation</a> </p> <p align="center"> <a href="https://github.com/inikulin/parse5/wiki/Documentation#version-history">Version history</a> </p> <p align="center"> <a href="http://astexplorer.net/#/1CHlCXc4n4">Online playground</a> </p> <p align="center"> <a href="https://github.com/inikulin/parse5/issues">Issue tracker</a> </p>