Skip to content

cdaringe/axe-html

Repository files navigation

axe-html

html string in, axe-core results out.

install

npm install --save-dev axe-html

usage

import { analyze } from "axe-html";
const axeResults = await analyze("<img src='abc.png' />", options);

See the typescript typings for more.

About

Run HTML through axe from node.js. No browser required.

Resources

Stars

Watchers

Forks

Packages

No packages published