crhayes / ember-cli-emojione

A simple shim for Emojione that exposes the library as an ES6 module.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ember-cli-emojione

A simple shim for EmojiOne that exposes the library as an ES6 module.

Installation

Please install this addon into your Ember.js project using ember-cli:

ember install ember-cli-emojione

You can then import EmojiOne as an ES6 module:

import emojione from 'emojione';

Contributing

  • git clone <repository-url> this repository
  • cd ember-cli-emojione
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:each to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

About

A simple shim for Emojione that exposes the library as an ES6 module.

License:MIT License


Languages

Language:JavaScript 77.5%Language:HTML 22.5%