g-emoji-element icon indicating copy to clipboard operation
g-emoji-element copied to clipboard

Backports native emoji characters to browsers that don't support them by replacing the characters with fallback images.

Results 10 g-emoji-element issues
Sort by recently updated
recently updated
newest added

Most Linux desktop-distros (pre)install Google's [Noto Color Emoji](https://www.google.com/get/noto/help/emoji/) Perhaps it'd be more helpful to those to add `Noto Color Emoji` to the list of fonts, rather than outright rejecting Linux.

Hi! When is [`v1.1.6`](https://github.com/github/g-emoji-element/releases/tag/v1.1.6) going to be published to NPM? The the latest version of the package there is `1.1.5`: - https://www.npmjs.com/package/@github/g-emoji-element

E.g. such link like https://git.io/❌ is copied as `https://git.io/x` (not /u274c but plain "x" which leads to another address).

E.g. I want a page to be found by searching ❌ (u274c) symbol (in context with other words). Currently I'm afraid that search engine sees only image and "x" from...

The `alt` attribute _should_ contain the Unicode emoji and only that, the current descriptive text _may_ be used in the `title` attribute. ```` html 🦖 ```` currently yields ```` html...

Test case: 48f29e1d251097278a5f06624862f38245f64fca. We need a way to mock user agent before `emojiDetection` loads. For now we can open up `examples/index.html` to test manually.

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

Potential fixes for 2 code scanning alerts from the [Copilot AutoFix: Missing Permissions in Workflows](https://github.com/orgs/github/security/campaigns/21) security campaign: - https://github.com/github/g-emoji-element/security/code-scanning/3 To fix this issue, we should explicitly add a `permissions` key...