Skip to content

Ace v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@rdeltour rdeltour released this 02 Jun 14:09
· 419 commits to master since this release
v0.1.0

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.