a11y-emoji

1.0.1 • Public • Published

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>

Package Sidebar

Install

npm i a11y-emoji

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.19 kB

Total Files

5

Last publish

Collaborators

  • iamnathanj