Socket
Socket
Sign inDemoInstall

emojis-list

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    emojis-list

Complete list of standard emojis.


Version published
Weekly downloads
20M
decreased by-1.6%
Maintainers
1
Install size
26.1 kB
Created
Weekly downloads
 

Changelog

Source

2.0.1 (2016-05-12)

  • Fix typo (3808909)

<a name="2.0.0"></a>

Readme

Source

emojis-list

Dependency status Dev Dependencies Status NPM Status Donate

Complete list of standard Unicode codes that represent emojis.

The file content all shortcuts declared that you can use for invoke a emoji.

Install

npm install emojis-list --save

If you want to use in the browser (powered by Browserify):

bower install emojis-list --save

and later link in your HTML:

<script src="bower_components/emojis-list/dist/emojis-list.js"></script>

Usage

var emojis = require('emojis-list');
console.log(emojis[0]);
// => 🀄

License

MIT © Kiko Beats

Keywords

FAQs

Last updated on 12 May 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc