Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holm Digital Accessibility Engine

The core compliant accessibility testing engine powering Holm Digital's ecosystem.

This monorepo contains the open-source core of our accessibility technology, allowing developers to integrate regulatory-grade accessibility testing into their own workflows.

Packages

Package Description Version
@holmdigital/engine The testing engine itself. Bridges axe-core with legal regulations (EN 301 549). npm
@holmdigital/standards Machine-readable regulatory database for WCAG, EN 301 549, and DOS-lagen. npm

Getting Started

You can install the engine directly from the GitHub Package Registry or npm (once publicly released).

# First, configure npm to use GitHub Package Registry:
npm config set @holmdigital:registry https://npm.pkg.github.com

# Then install:
npm install @holmdigital/engine

Usage

import { RegulatoryScanner } from '@holmdigital/engine';

const scanner = new RegulatoryScanner({ url: 'https://example.com' });
const result = await scanner.scan();
console.log(result.score);

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages