html-to-js-parser
v0.0.3
Published
Convert HTML strings to Js object
Readme
HTML to JS
A library for converting HTML to an JS object.
Installation
Use yarn or npm to install html2js
yarn add html2jsnpm install html2jsUsage
html2js can be imported and used.
import html2js from "html2js";It can also be used within the terminal as html2js.
html2js <path-to-some-html-file>