All Projects → surmon-china → emoji-233333

surmon-china / emoji-233333

Licence: MIT License
😂 2333333

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to emoji-233333

gitmoji-plugin
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Stars: ✭ 110 (+233.33%)
Mutual labels:  emoji
rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
Stars: ✭ 36,988 (+111984.85%)
Mutual labels:  emoji
RBitmoji
An R wrapper to the overly complicated Bitmoji API 😱
Stars: ✭ 25 (-24.24%)
Mutual labels:  emoji
gatsby-remark-emojis
🚀 Processes emoji in markdown and inlines <img> tags with the corresponding base64 representation of the image.
Stars: ✭ 28 (-15.15%)
Mutual labels:  emoji
gitbucket-emoji-plugin
Provides Emoji support for GitBucket
Stars: ✭ 19 (-42.42%)
Mutual labels:  emoji
emoji-cz
✨ A commitizen emoji adapter.
Stars: ✭ 62 (+87.88%)
Mutual labels:  emoji
morphoji
PHP emoji converter
Stars: ✭ 13 (-60.61%)
Mutual labels:  emoji
EasyEmoji
Help developers to quickly realize the expression of the keyboard
Stars: ✭ 24 (-27.27%)
Mutual labels:  emoji
wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+54.55%)
Mutual labels:  emoji
unicode-emoji-json
Emoji data from unicode.org as easily consumable JSON files.
Stars: ✭ 149 (+351.52%)
Mutual labels:  emoji
emojione-color
OpenType-SVG font of EmojiOne 2.3
Stars: ✭ 112 (+239.39%)
Mutual labels:  emoji
FaceEmotionClassifier
人脸识别与卡通化
Stars: ✭ 102 (+209.09%)
Mutual labels:  emoji
emoji picker
A Flutter package that provides an Emoji Keyboard widget
Stars: ✭ 82 (+148.48%)
Mutual labels:  emoji
iiitdmj-gpa
GPA Calculator + Quiz Bot for IIITDM Jabalpur
Stars: ✭ 16 (-51.52%)
Mutual labels:  emoji
emote-manager
Emote Manager Clone in JavaScript
Stars: ✭ 28 (-15.15%)
Mutual labels:  emoji
Emojis-For-Godot
Addon that allows to use Emojis in your Godot project
Stars: ✭ 26 (-21.21%)
Mutual labels:  emoji
bitsnpicas
Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
Stars: ✭ 171 (+418.18%)
Mutual labels:  emoji
emoji-extractor-plus
Extract emojis from Apple font in PNG format
Stars: ✭ 42 (+27.27%)
Mutual labels:  emoji
Wordle2Townscaper
Wordle2Townscaper is meant to convert Wordle tweets into Townscaper houses using yellow and green building blocks.
Stars: ✭ 64 (+93.94%)
Mutual labels:  emoji
Emojilog
A nice little diary for emoji logs.
Stars: ✭ 12 (-63.64%)
Mutual labels:  emoji

emoji-233333

GitHub stars   npm   GitHub issues   license

😂 2333333.


NPM

import Emoji233333 from 'emoji-233333'

Usage

const emoji233333 = new Emoji233333({

  // DOM / 选择器
  base: 'emoji', // string | HTMLElement

  // 显示器分辨率, 默认不需要指定自动分析
  ratio: 1, // number

  // 表情缩放程度
  scale: 0.7, // number

  // 动画速度
  speed: 12, // number

  // 递增速度
  increaseSpeed: 0.06, // number

  // 表情密度
  density: 0.3, // number

  // 是否启用交错效果
  staggered: true, // boolean
  
  // 自定义表情图片地址 url || base64
  emoji: 'https://xxxxx', // string

  // 是否启用内置缓存机制
  cache: true // boolean
})

// 发射
emoji233333.launch()

// 更新配置
emoji233333.update(newOptions)

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].