Skip to content
Jared Van Valkengoed edited this page Oct 17, 2024 · 1 revision

This wiki is the main source of documentation for developers working with (or contributing to) the Emoji-Fallback.js project.

Welcome to the Emoji-Fallback.js wiki. Please choose your topic from the sidebar on the right.

Emoji-Fallback.js is a JavaScript library that provides a robust solution for handling emoji rendering in web applications. It checks for native emoji support in the browser and automatically replaces Unicode emojis with Twemoji images when necessary, ensuring a consistent and visually appealing user experience across different platforms and devices.

  • Native Emoji Detection: Automatically determines if the user's browser supports native emoji rendering.
  • Twemoji Fallback: Utilizes Twemoji to display emojis as images when native support is not available.
  • Flexible Integration: Easily integrates into existing web applications with minimal configuration.
  • Customizable: Allows customization of the CDN URL for Twemoji assets and the CSS class names for the replaced emoji images.

Questions or need help?

Feel free to open a issue.

Clone this wiki locally