@a11yci/core
v0.5.0
Published
Deterministic accessibility audit engine: render a URL and return a structured AuditResult.
Readme
@a11yci/core
Deterministic accessibility audit engine. Renders a URL with Playwright, runs
axe-core plus extra WCAG 2.2 checks, and returns a structured AuditResult.
import { audit } from '@a11yci/core';
const result = await audit('https://example.com/checkout');
console.log(result.overallScore, result.issues.length);Part of a11y-ci. Source-available under the
Elastic License 2.0 (see LICENSE): free to use and self-host, not to resell as a
hosted service.
