Socket
Socket
Sign inDemoInstall

emoji-sheriff

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-sheriff


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc