ummagohil / Tweakemoji-icons

Tweaked twemojis node module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweakemoji Icons

This library enables you to change the size and colour of three Twemojis, of which are named happy, sad and angry.

Tweak your Twemojis

All twemojis are defaulted at a size of 100 and the normal yellow emoji colour.

import {Happy, Angry, Sad} from 'twemoji-icons'

<Happy colour={'red'} size={100}/>
<Sad colour={'#a8a8a8'}/>
<Angry />

What's to Come Next?

  • New twemojis will be added

About

Tweaked twemojis node module


Languages

Language:JavaScript 96.6%Language:HTML 2.2%Language:CSS 1.2%