Detalhes do pacote

@svgmoji/core

svgmoji192.2kMIT3.2.0

Utilities forked from emojibase for working with svgmoji

emoji, svg, icons

readme (leia-me)

@svgmoji/core

A fork of emojibase with methods applicable to svgmoji.


Version Weekly Downloads Bundled size Typed Codebase MIT License


Installation

# yarn
yarn add @svgmoji/core

# pnpm
pnpm add @svgmoji/core

# npm
npm install @svgmoji/core


Usage

The following code creates an instance of this extension.

import { PopulatedEmoji, minifyEmoji } from '@svgmoji/core';

More docs to follow.