Ace v0.1.0
Pre-release
Pre-release
Ace v0.1.0 is the first pre-release of the Accessibility Checker for EPUB developed by the DAISY Consortium.
- includes a basic CLI app
- extracts and parses an EPUB to load content docs
- runs aXe on the content docs (on the DOM rendered in NightmareJS/Electron)
- aggregates the results
- produces a report on the standard output or
store it in a specified directory
Install it by running (requires a Node.JS installation)
npm install ace-core -g
This will install the ace
command in your system.