Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 290 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 290 Bytes

accessibility.js

This file must be transpiled for browser like IE11 using babel. If you have installed npm, all you need to do is:

  • Install npx:
npm install -g npx
  • Run npm install.
  • Run npm run build:all.

and the env preset:

npm install @babel/preset-env