Socket
Socket
Sign inDemoInstall

emoji-sheriff

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-sheriff

Easily generate an emoji sheriff


Version published
Maintainers
1
Created
Source

node-emoji-sheriff

Build Status

it's past its prime, but here's a module to construct an emoji sheriff (or really whatever kind of string sheriff you want, i guess).

usage

var sheriff = require('emoji-sheriff')

emojiSheriff(bodyEmoji)

pass it an emoji and it builds a body.

console.log(sheriff('🍨'))
//     🤠
//   🍨 🍨 🍨
//  🍨  🍨  🍨
//  👇 🍨 🍨 👇
//   🍨   🍨
//  🍨     🍨
//  👢     👢

emojiSheriff(opts)

or pass it an object with the pieces spelled out. available options:

  • feet
    • or leftFoot, rightFoot
  • hands
    • or leftHand, rightHand
  • body
  • face
var opts = {
  feet: '👡',
  hands: '👋',
  body: '☕️',
  face: '😎'
}

console.log(sheriff(opts))

//     😎
//   ☕️ ☕️ ☕️
//  ☕️  ☕️  ☕️
//  👋 ☕️ ☕️ 👋
//   ☕️   ☕️
//  ☕️     ☕️
//  👡     👡

license

MIT

Keywords

FAQs

Package last updated on 06 Nov 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc