#web #precise #puppeteer #evaluator #universal #headless

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

#42 in Accessibility

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

~4–11MB
~122K SLoC