UNPKG

@bpmn-io/a11y

Version:

Minimal tool to achieve bpmn.io accessibility goals

18 lines (10 loc) 354 B
# @bpmn-io/a11y [![CI](https://github.com/bpmn-io/a11y/workflows/CI/badge.svg)](https://github.com/bpmn-io/a11y/actions?query=workflow%3ACI) Minimal tool to achieve [bpmn.io](https://bpmn.io) accessibility goals. ## How to use ```javascript import { expectToBeAccessible } from '@bpmn-io/a11y'; expectToBeAccessible(container); ``` ## License MIT