electron-a11y
v1.0.0
Published
Demo project for electron accessibility talk
Downloads
5
Readme
Electron a11y
This is a demo project for an electron accessibility talk.
Installing
git clone [email protected]:jkup/electron-a11y.git
cd electron-a11y
npm install
npm run start
Then click on the console tab of the developer tools and paste in:
require('devtron').install()
Which will expose a Devtron tab in your devtools. Click on that and then accessibility! (You may have to refresh the page)