0.0.4 • Published 3 years ago

abell-a11y-plugin v0.0.4

Weekly downloads
11
License
ISC
Repository
github
Last release
3 years ago

abell-a11y-plugin

EXPERIMENTAL accessiblity plugin for Abell

Features

  • Blurs images without alt tag in abell serve

Installation

npm install --save-dev abell-a11y-plugin
// In abell.config.js
module.exports = {
  // ...
  plugins: ['abell-a11y-plugin']
}

Contributing

Local Setup

  • Fork this repository
git clone https://github.com/<your-username>/official-plugins
cd official-plugins/abell-a11y-plugin
npm install # to install dependencies
npm run dev # to run dev server

To build a production site, use npm run build

0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.1-security

4 years ago