Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History

abell-a11y-plugin

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