# @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
