Socket
Book a DemoInstallSign in
Socket

accented

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accented

A frontend library for continuous accessibility testing and issue highlighting

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2.2K
1981.31%
Maintainers
1
Weekly downloads
 
Created
Source
Accented

Accented

A frontend library for continuous accessibility testing and issue highlighting.

What is Accented?

Accented is a visual library based on axe-core that helps identify issues as soon as they are introduced.

It adds interactive visual callouts for all accessibility issues that axe-core identifies.

Example — without Accented vs. with Accented:

Two screenshots of the same web application side by side. On the left, the regular state of the application. On the right, the same state but with bright outlines and buttons added to some page elements.

Try it out at the Playground (StackBlitz).

Accented can complement other tools commonly used for accessibility testing:

Learn more about Accented at accented.dev.

Installation and usage

Install:

npm install --save-dev accented

Import and run at any moment during your app’s initialization:

if (isDevelopment) {
  const { accented } = await import("accented");
  accented();
}

⚠️ Heads up! Don’t expose Accented to your users. It’s for development use only.

See the docs for your bundler or framework for how to run code only in the development environment.

More info

Contributing

Contributions are welcome!

  • See CONTRIBUTING.md for setup instructions and guidelines.
  • Open an issue or pull request if you spot a bug or want to propose a new feature.
  • See Milestones to learn about our plans for Accented.

Have feedback or ideas? Contact Pavel at hello@pavelpomerantsev.com.

Keywords

accessibility

FAQs

Package last updated on 09 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts