Skip to content

unjs-archive/html-validate-es

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published