nuxt-axessibility
v0.0.3
Published
Nuxt Axessibility - wrapper for axessibility
Downloads
8
Maintainers
Readme
nuxt-axessibility
Wrapper for axessibility.js
Try it out here nuxt-axessibility
🚀 Usage
npm i nuxt-axessibility
// nuxt.config.js
modules: [
['nuxt-axessibility', {
// your options
}]
]
🔧 Options
| option | type | default | | ------ | ------ | ------ | | position | String | 'bottom-left' | | background | String (HEX/RGB/RGBA) | '#253786' | | color | String (HEX/RGB/RGBA) | '#fff' | | contrast | Boolean | true | | images | Boolean | true | | largeCursor | Boolean | true | | readingLine | Boolean | true | | fontSize | Boolean | true | | fontSizeStep | Integer | 2 | | fontSizeMaxSteps | Integer | 4 | | filters | Array (css filters) | ['grayscale', 'invert', 'sepia'] |