Code Monkey home page Code Monkey logo

zomoji-web-library's Introduction

zomoji-web-library

This library can convert this ":curious:"

into this

curious

or this

curious

or this :O

curious

Usage

Include the js and required css file based on the size and type

<script src="/js/zomoji.js"></script>
<link rel="stylesheet" href="/css/work/zomoji24.css">
<script>
var config = {};
var zomoji = new Zomoji( config ); //config optional
var zomojifiedhtml = zomoji.replace( textcontent );
//Insert this zomojifiedhtml to get zomoji in the place of text content.

//Sample zomoji.replace conversion 
//Input "Hello :) How are you :curious!:"
//Output "Hello <em title=smile class='zomoji-w-24-smile'></em> How are you <em title=curious class='zomojianim-24-curious'></em>"
</script>

You can pass size of the emoji and its type in config object.

Supported options are:

  • type //Type can be "workplace" or "fun"
  • default_size //Size for the zomoji when it is present alone
  • along_text_size //Size for the zomoji when it comes along the text

Available size options are 24, 48, 72

Live zomojis

To get live zomojis (animated version) exclamation need to be appended in the text code. For example, :smile!: will show live version of zomoji

zomoji-web-library's People

Contributors

balaji-sivanath avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.