Comparing version 0.8.0 to 0.8.1
{ | ||
"name": "a11y-ai", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Experimental tool to automatically detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -67,4 +67,5 @@ # :robot: a11y-ai | ||
- It works best on full HTML files, not on fragments/components (WIP) | ||
- If file is too large, the API will return an error (WIP) | ||
- Windows support outside of WSL2 is currently not working due to a bug in Axe CLI (WIP) | ||
- If file is too large, the API will return an error 500 (WIP) | ||
- It needs a matching Chrome version to work (WIP) | ||
- Issue scanning is only supported for HTML files, not for JS/TS components |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31110
71