khan/tota11y

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Details

github.com/SREd-URV/tota11y

Source

Installs: 1 408

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 298

Language:JavaScript

dev-master 2015-09-17 11:51 UTC

This package is not auto-updated.

Last update: 2021-08-11 21:38:07 UTC


README

An accessibility visualization toolkit

tota11y logo

Try tota11y in your browser, or read why we built tota11y.

Installation

First, grab the latest release of tota11y.

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

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

Building

You can build tota11y with:

npm install
npm run build

Testing

You can run unit tests on tota11y with the following:

npm test

Or lint with:

npm run lint

To perform manual testing as you work, you can run a live dev-server with the following:

npm run live-test

Then navigate to http://localhost:8080/webpack-dev-server/test/. This page will automatically reload with changes.

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