Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 610 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 610 Bytes

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