0.3.1 • Published 4 years ago
@visi/plugin-gcp-translation-api v0.3.1
🚧 This project is still working in progress and is not guaranteed to work properly.
Visible makes the web better in a perspective of accessibility
Installation
Make sure you have installed npm and Node.js then run this on your terminal
$ npm i -g @visi/cli@next @visi/plugin-wcag@next
You may need to create .visiblerc.json
when you try this for the first time. You can use init
to generated the default config.
$ visible init
Now you can diagnose your website on your CLI. See the documentation for more detail.
$ visible --url https://example.com
Related Projects
- Axe - A11y testing engine for web
- Lighthouse - A11y and performance alanyzation tool maintained by Google
- Webhint - A11y testing library which also has a integration for VSCode