# @svgmoji/core

> Utilities forked from emojibase for working with svgmoji

Latest version **3.2.0** (published 2021-06-15) · MIT license · 0 weekly downloads

## Install

```sh
npm install @svgmoji/core
pnpm add @svgmoji/core
yarn add @svgmoji/core
bun add @svgmoji/core
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2021-06-15 |
| First published | 2021-01-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 107.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 137 |
| Maintainers | ifiokjr |
| Keywords | emoji, svg, icons |

## Links

- npm: https://www.npmjs.com/package/@svgmoji/core
- Repository: https://github.com/svgmoji/svgmoji/tree/HEAD/packages/svgmoji__core
- Homepage: https://github.com/svgmoji/svgmoji/tree/HEAD/packages/@svgmoji/core
- npm.io page: https://npm.io/package/@svgmoji/core

## Dependencies (6)

- [emojibase](https://npm.io/package/emojibase.md) ^5.1.0
- [type-fest](https://npm.io/package/type-fest.md) ^1.2.0
- [idb-keyval](https://npm.io/package/idb-keyval.md) ^5.0.2
- [match-sorter](https://npm.io/package/match-sorter.md) ^6.2.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.12.5
- [emojibase-regex](https://npm.io/package/emojibase-regex.md) ^5.1.1

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 3.2.0 (latest) — 2021-06-15
- 3.1.0 — 2021-02-15
- 3.0.0 — 2021-01-19
- 2.0.0 — 2021-01-17
- 1.0.0 — 2021-01-16
- 0.2.0 — 2021-01-16
- 0.1.0 — 2021-01-15

## README

# @svgmoji/core

> A fork of [`emojibase`](https://emojibase.dev/docs/api) with methods applicable to svgmoji.

<br />

[![Version][version]][npm] [![Weekly Downloads][downloads-badge]][npm] [![Bundled size][size-badge]][size] [![Typed Codebase][typescript]](./src/index.ts) ![MIT License][license]

[version]: https://flat.badgen.net/npm/v/@svgmoji/core
[npm]: https://npmjs.com/package/@svgmoji/core
[license]: https://flat.badgen.net/badge/license/MIT/purple
[size]: https://bundlephobia.com/result?p=@svgmoji/core
[size-badge]: https://flat.badgen.net/bundlephobia/minzip/@svgmoji/core
[typescript]: https://flat.badgen.net/badge/icon/TypeScript?icon=typescript&label
[downloads-badge]: https://badgen.net/npm/dw/@svgmoji/core/red?icon=npm

<br />

## Installation

```bash
# yarn
yarn add @svgmoji/core

# pnpm
pnpm add @svgmoji/core

# npm
npm install @svgmoji/core
```

<br />

## Usage

The following code creates an instance of this extension.

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

More docs to follow.

---
_Source: https://npm.io/package/@svgmoji/core · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
