weibo-face

1.0.4 • Public • Published

解析微博表情

演示

https://lab.magiconch.com/weibo-face/

安装

npm i weibo-face

或者

<script type="importmap">
    {
        "imports": {
            "weibo-face": "https://cdn.jsdelivr.net/npm/weibo-face"
        }
    }
</script>

引用 NPM CDN 例 npm-cdn.html

使用

import { weiboFaceParse } from 'weibo-face'

weiboFaceParse('好耶[太开心][鼓掌][嘻嘻]')
// '好耶<img alt="太开心" src="https://face.t.sinajs.cn/t4/appstyle/expression/ext/normal/1e/2018new_taikaixin_org.png"><img alt="鼓掌" src="https://face.t.sinajs.cn/t4/appstyle/expression/ext/normal/6e/2018new_guzhang_thumb.png"><img alt="嘻嘻" src="https://face.t.sinajs.cn/t4/appstyle/expression/ext/normal/33/2018new_xixi_thumb.png">'

Package Sidebar

Install

npm i weibo-face

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

35 kB

Total Files

4

Last publish

Collaborators

  • itorr