3.2.0 • Published 3 years ago

@svgmoji/core v3.2.0

Weekly downloads
105
License
MIT
Repository
github
Last release
3 years ago

@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.