Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-remark-gemoji-to-emoji

Build Status codecov

Transform Gemoji shortcodes to Unicode emoji using remark-gemoji-to-emoji

Install

npm install --save gatsby-remark-gemoji-to-emoji

How to use

In your gatsby-config.js

plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        "gatsby-remark-gemoji-to-emoji"
      ],
    },
  },
];

License

MIT

© 2023 Gatsby, Inc.