1.0.0 • Published 3 years ago

markdown-render-a11y-emojis v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Return markdown text with accesible emojis

Install

npm install markdown-render-a11y-emojis

Usage

// ES5
const markdownEmojiParser = require("markdown-render-a11y-emojis");
// Or in ES6
import markdownEmojiParser from "markdown-render-a11y-emojis";

const markdown = "# Hi this is my title h1 😅";
markdownEmojiParser(markdown);

// It will render to
// # Hi this is my title h1 <span role="img" aria-label="grinning face with sweat">😅</span>

Author

👤 Daniel Esteves

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2020 Daniel Esteves. This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator