0.0.3 • Published 8 months ago

html-to-js-parser v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

HTML to JS

A library for converting HTML to an JS object.

Installation

Use yarn or npm to install html2js

yarn add html2js
npm install html2js

Usage

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>
0.0.3

8 months ago

0.0.2

8 months ago

0.0.1

8 months ago

0.0.0

8 months ago