Skip to content

holmdigital/engine-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors