kayle_innate 0.0.5

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

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.