pa11y-express-render

0.0.5 • Public • Published

pa11y-express-render

An express middleware to check the accessibility of your response with pa11y on render, by adding console-logs with the errors/warnings/notices of your response to your html response.

How to install

npm install pa11y-express-render

Usage

var pa11ymw = require('pa11y-express-render');

app.use(pa11ymw(options));

Options

All options are optional

  • active: activate the middleware (Boolean | default: false)
  • pa11yOptions: tell pa11y what to do, find more in the pa11y documentation/configuration (Object | default: {})

Readme

Keywords

Package Sidebar

Install

npm i pa11y-express-render

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • dazwiafl