🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

a11y-emoji

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-emoji

Replace emoji with an accessible tag.

1.0.1
latest
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

a11y-emoji

Replace emoji found in any string with an accessible <span> tag.

npm i -D a11y-emoji

Example

const a11yEmoji = require('a11y-emoji');

a11yEmoji('👌');

// <span role="img" aria-label="OK hand">👌</span>

Keywords

emoji

FAQs

Package last updated on 18 Feb 2019

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