New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gemoji-parser

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gemoji-parser

A github emoji parser with syntactic sugar.

0.2.0
latest
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Gemoji Parser 🚀

An NodeJS Github emoji parser with syntactic sugar.

Travis status NPM version NPM version

Including gemoji

To get started with gemoji-parser, install it via npm.

  $ npm install gemoji-parser

Usage

You can use gemoji-parser on es6 template literals or standard strings as parameters.

  import gemoji from 'gemoji-parser'

  const myGemojiLiteral = gemoji`
    foo :floppy_disk: bar :heart: bazz :+1:
  `
  // => `foo 💾 bar ❤️ bazz 👍🏽`

  const myGemojiString = 'I :heart: gemojis!'
  gemoji(myGemojiString)
  // => `I ❤️ gemojis!`

License

MIT © Charles Kenney

Keywords

emoji

FAQs

Package last updated on 22 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts