Giter VIP home page Giter VIP logo

kiwiirc-emoji-emojione's Introduction

Kiwi IRC Emoji Plugin

This plugin uses the emoji set EmojiOne! Would you prefer Twemoji? Check out KiwiIRC-Emoji-Twemoji!

EmojiOne has a CDN hosted version, provided by jsDelivr. Therefore you can run emoji-plugin.cdn.html without any changes.

NOTE: Due to some languages not supporting the unicode encoding, this plugin wont work out of the box for everyone. As a workaround, please try emoji-plugin.sn.cdn.html.

Example

Usage

Place emoji-plugin.cdn.html in /client/assets/plugins/ and edit config.js to include it in your plugins list.

conf.client_plugins = [
    // "http://server.com/kiwi/plugins/myplugin.html"
    "/kiwi/assets/plugins/emoji-plugin.cdn.html",
    "/kiwi/assets/plugins/textstyle.html"
];

Plugin Generation

If you would prefer to host a copy of the EmojiOne files yourself, you can build a copy of the plugin using ./build-plugin.js --local. If you wish to change the location of EmojiOne files you can do so with --baseurl=<URL or Path>; useful if your Kiwi IRC install is not at http://domain.tld/kiwi/ or you want to use a different CDN.

NOTE: Due to some languages not supporting the unicode encoding, this plugin wont work out of the box for everyone. As a workaround, please try building with --use-shortnames.

In order to build the plugin, you will need to clone the EmojiOne repository relative to build-plugin.js using git clone https://github.com/Ranks/emojione.git

License

Copyright 2016 Louis T.

Code licensed under the MIT License: http://opensource.org/licenses/MIT

See http://creativecommons.org/licenses/by-sa/4.0/ for EmojiOne graphics license.

kiwiirc-emoji-emojione's People

Contributors

louist avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.