Standalone build of html-validate fully compatible with all ESM environments.
See running-in-browser for more context.
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')
MIT