1.0.4 • Published 1 year ago

beautiful-emojis v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Beautiful Emojis

beautiful-emojis is a lightweight library that provides a collection of beautifully designed emojis for use in your applications.

Features

  • Lightweight: The library is designed to be lightweight, ensuring fast loading times and optimal performance.
  • Uses CDN: Emojis are loaded via a CDN, reducing the package size and allowing for efficient delivery.
  • Emojis from 4 Platforms: Beautiful-emojis provides emojis from four popular platforms: Apple, Twitter, Google, and more.
  • Accessible: Emojis are accessible and compatible with screen readers, ensuring a positive user experience for all users.
  • Customizable: The library offers customization options, allowing you to adjust emoji size, class names, and other parameters to suit your application's design.

Installation

You can install beautiful-emojis via npm, yarn, or bun:

With NPM

npm install beautiful-emojis

With yarn

yarn add beautiful-emojis

With bun

bun add beautiful-emojis

Usage

Here's a sample usage of beautiful-emojis in a React component:

import React from 'react';
import { AppleEmoji } from 'beautiful-emojis';

function App() {
  return (
    <>
      <AppleEmoji emoji='😂' size={100} />
    </>
  );
}

export default App;
import React from 'react';
import { TwitterEmoji } from 'beautiful-emojis';

function App() {
  return (
    <>
      <TwitterEmoji emoji='😎' size={100} />
    </>
  );
}

export default App;

If you're not using React, you can get a link to your emoji's image like this:

import { getAppleEmoji } from 'beautiful-emojis';

const appleEmojiUrl = getAppleEmoji('😍');
console.log(appleEmojiUrl); // Output: https://cdn.jsdelivr.net/npm/emoji-datasource-apple/img/apple/64/1f60d.png

Available Emojis

beautiful-emojis provides a variety of emojis from different platforms such as Apple, Twitter, Google, and Facebook. Check out the code to see all available options.

1.0.8

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

0.0.1

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.30

1 year ago

0.1.26

1 year ago

0.1.25

1 year ago

0.1.24

1 year ago

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.16

1 year ago

0.1.13

1 year ago

0.1.11

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago