Socket
Socket
Sign inDemoInstall

emoji-233333

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    emoji-233333

233333


Version published
Weekly downloads
13
increased by85.71%
Maintainers
1
Install size
20.7 kB
Created
Weekly downloads
 

Readme

Source

emoji-233333

GitHub stars npm GitHub issues GitHub last commit license

😂 2333333.


CDN

<script type="text/javascript" src="../dist/emoji-233333.js"></script>

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

Keywords

FAQs

Last updated on 17 Oct 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc