gatsby-remark-emoji-unicode

0.1.0 • Public • Published

gatsby-remark-emoji-unicode

Convert emoji code to unicode in markdown files :tada: -> 🎉

Install

npm install --save gatsby-remark-emoji-unicode

Note: You also need to have gatsby-transformer-remark to transform markdown files first.

How to use

In your gatsby-config.js

module.exports = {
  plugins: [
    `gatsby-transformer-yaml`,
    {
      resolve: `gatsby-transformer-remark`,
      options: {
        plugins: [`gatsby-remark-emoji-unicode`],
      },
    },
  ],
}

Package Sidebar

Install

npm i gatsby-remark-emoji-unicode

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

2.02 kB

Total Files

4

Last publish

Collaborators

  • nihgwu