#a11ywatch #puppeteer #web #lib #evaluator #playwright #web-accessibility

kayle_innate

Incredibly fast and precise universal web accessibility evaluator for puppeteer or playwright

2 releases

0.0.5 May 10, 2023
0.0.1 May 8, 2023

#15 in Accessibility

Download history 42/week @ 2023-05-06 6/week @ 2023-05-13 9/week @ 2023-05-20 10/week @ 2023-05-27

67 downloads per month

MIT license

9KB
158 lines

kayle_innate

The rust lib for accessibility things.

Building

wasm-pack build

Testing

  1. wasm-pack test --node --firefox --chrome --headless

Debugging

  1. wasm-pack test --node --firefox --chrome.
  2. navigate to http://127.0.0.1:8000/.
  3. use the console_log! macro to output logs if needed.

Publishing

  1. wasm-pack build
  2. wasm-pack publish

Todo

  1. Port expensive functions to wasm with preloading capabilities injection into browsers.
  2. Reborn the accessibility testing in rust.

Dependencies

~5–11MB
~201K SLoC