html-validate-es

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

Usage no npm install needed!

<script type="module">
  import htmlValidateEs from 'https://cdn.skypack.dev/html-validate-es';
</script>

README

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