0.2.0 • Published 2 years ago

html-validate-es v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

html-validate-es

bundle size

Standalone build of html-validate fully compatible with all ESM environments.

See running-in-browser for more context.

Usage

Install:

# npm
npm i html-validate-es

# yarn
yarn add html-validate-es

Import:

// ESM
import { HtmlValidate } from 'html-validate-es'

// CommonJS
const { HtmlValidate } = require('html-validate-es')

License

MIT

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago