Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

emojis-list

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emojis-list

Complete list of standard emojis.

  • 3.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is emojis-list?

The emojis-list npm package provides a simple list of all the standard Unicode emojis. It is useful for applications that need to display or process emojis without dealing with complex emoji libraries.

What are emojis-list's main functionalities?

Retrieve Emoji List

This feature allows you to retrieve the entire list of emojis. The code sample demonstrates how to import the emojis-list package and log the list of emojis to the console.

const emojis = require('emojis-list');
console.log(emojis);

Access Specific Emoji

This feature allows you to access a specific emoji by its index in the list. The code sample shows how to log the first emoji in the list.

const emojis = require('emojis-list');
console.log(emojis[0]); // 😀

Other packages similar to emojis-list

Keywords

FAQs

Package last updated on 12 May 2019

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