Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 954 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 954 Bytes

tota11y

An accessibility visualization toolkit

tota11y logo

Installation

First, grab the latest copy of tota11y.

Then, include it right before </body> like so:

<script src="tota11y.min.js"></script>

Building

You can build tota11y with:

npm install
webpack

Or, productionized (minified + dead-code elimination):

webpack -p

Special thanks

Many of tota11y's features come straight from Google Chrome's Accessibility Developer Tools. We use this library heavily at Khan Academy.

The awesome glasses in our logo were created by Kyle Scott and are licensed under CC BY 3.0.

License

MIT