UNPKG

emojione-assets

Version:

Emojis in png format brought to you by EmojiOne. EmojiOne is a complete set of emojis designed for the web.

41 lines (23 loc) 1.49 kB
# EmojiOne Assets This repository hosts all of the EmojiOne image assets & corresponding font files (thanks @maximbaz) which can be used to add emoji support to your projects. For more information and usage examples please see our main repository: > [EmojiOne](https://github.com/emojione/emojione) > [![npm version](https://img.shields.io/npm/v/emojione.svg)](https://www.npmjs.com/package/emojione) [![npm downloads](https://img.shields.io/npm/dt/emojione.svg)](https://www.npmjs.com/package/emojione) ## Install #### composer [![packagist version](https://img.shields.io/packagist/v/emojione/assets.svg)](https://packagist.org/packages/emojione/assets) [![packagist downloads](https://img.shields.io/packagist/dt/emojione/assets.svg)](https://packagist.org/packages/emojione/assets) ``` $ composer require emojione/assets ``` #### npm [![npm version](https://img.shields.io/npm/v/emojione-assets.svg)](https://www.npmjs.com/package/emojione-assets) [![npm downloads](https://img.shields.io/npm/dt/emojione-assets.svg)](https://www.npmjs.com/package/emojione-assets) ``` $ npm install emojione-assets --save ``` ## Usage You are welcome to use this artwork in your projects however you please as long as it is within the bounds of our license. ## Contributing Please see: [CONTRIBUTING.md](https://github.com/emojione/emojione-assets/blob/master/CONTRIBUTING.md) ## License Please see: [LICENSE.md](https://github.com/emojione/emojione-assets/blob/master/LICENSE.md)