# ak-emoji

> ak-emoji webcomponent

Latest version **0.7.0** (published 2017-01-25) · Apache-2.0 license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install ak-emoji
pnpm add ak-emoji
yarn add ak-emoji
bun add ak-emoji
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.7.0 |
| Published | 2017-01-25 |
| First published | 2016-12-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 13 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Atlassian Pty Ltd |
| Maintainers | atlassian-aui |
| Keywords | atlaskit, ui |

## Links

- npm: https://www.npmjs.com/package/ak-emoji
- Repository: https://bitbucket.org/atlassian/atlaskit
- Homepage: https://bitbucket.org/atlassian/atlaskit#readme
- npm.io page: https://npm.io/package/ak-emoji

## Dependencies (13)

- [ak-icon](https://npm.io/package/ak-icon.md) ^12.1.0
- [ak-button](https://npm.io/package/ak-button.md) ^5.1.0
- [js-search](https://npm.io/package/js-search.md) ^1.3.3
- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [es6-promise](https://npm.io/package/es6-promise.md) ^4.0.5
- [whatwg-fetch](https://npm.io/package/whatwg-fetch.md) ^1.0.0
- [ak-field-base](https://npm.io/package/ak-field-base.md) ^6.4.0
- [akutil-common](https://npm.io/package/akutil-common.md) ^5.0.0
- [babel-runtime](https://npm.io/package/babel-runtime.md) ^6.11.6
- [react-virtualized](https://npm.io/package/react-virtualized.md) ^8.7.1
- [url-search-params](https://npm.io/package/url-search-params.md) ^0.6.1
- [akutil-shared-styles](https://npm.io/package/akutil-shared-styles.md) ^37.0.0
- [react-addons-shallow-compare](https://npm.io/package/react-addons-shallow-compare.md) ^15.4.1

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 0.7.0 (latest) — 2017-01-25
- 0.6.2 — 2017-01-13
- 0.6.1 — 2017-01-13
- 0.6.0 — 2017-01-11
- 0.3.0 — 2017-01-09
- 0.2.1 — 2017-01-03
- 0.2.0 — 2016-12-30
- 0.1.1 — 2016-12-28
- 0.1.0 — 2016-12-27

## README

[![AtlasKit component registry](https://img.shields.io/badge/AtlasKit-components-FF5230.svg)](http://aui-cdn.atlassian.com/atlaskit/registry/)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://Commitizen.github.io/cz-cli/)
[![semantic-release](https://img.shields.io/badge/GitHub-semantic_release-ffab00.svg)](https://github.com/semantic-release/semantic-release)
[![Report an issue](https://img.shields.io/badge/Report-an_issue-6554C0.svg)](https://ecosystem.atlassian.net/browse/AK)
[![Ask in our forum](https://img.shields.io/badge/Ask-in_our_forum-6554C0.svg)](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,ak-emoji,ak-emoji@0.7.0)

# Emoji

Use emoji....

## Try it out

Interact with a [live demo of the ak-emoji component](https://aui-cdn.atlassian.com/atlaskit/stories/ak-emoji/0.7.0/).

## Installation

```sh
npm install ak-emoji
```

## Using the component

Import the component in your React app as follows:

```js
import EmojiPicker from 'ak-emoji';
ReactDOM.render(<EmojiPicker />, container);
```

## Storybook

The storybook includes a set of stories for running against a live server. See ```ak-emoji/external-emoji```.

You can specify the URL's manually in the textarea on the story (as json configuration suitable for EmojiResource),
or specify it when running story in the local-config.json in the root of this component.

There is an example file local-config-example.json that can be copied.

## Members

<dl>
<dt><a href="#denormaliseEmojis">denormaliseEmojis</a></dt>
<dd><p>Denormalised an emoji response (emojis + sprite references) into an array of
emoji will local sprite definitions.</p>
</dd>
</dl>

## Functions

<dl>
<dt><a href="#requestService">requestService()</a> ⇒</dt>
<dd></dd>
</dl>

<a name="denormaliseEmojis"></a>

## denormaliseEmojis
Denormalised an emoji response (emojis + sprite references) into an array of
emoji will local sprite definitions.

**Kind**: global variable  
<a name="requestService"></a>

## requestService() ⇒
**Kind**: global function  
**Returns**: Promise containing the json response  

## Support and feedback

### We're here to help!

Let us know what you think of our components and docs, your feedback is really important for us.

### Community support

Ask a question in our [forum](https://answers.atlassian.com/questions/ask?title=AtlasKit%3A%20&topics=atlaskit,ak-emoji,ak-emoji@0.7.0).

Check [if someone has already asked the same question before](https://answers.atlassian.com/questions/topics/42926171/atlaskit).


### Create a support ticket

Are you in trouble? [Let us know](https://ecosystem.atlassian.net/browse/AK)!

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