1.0.4 • Published 2 years ago

weibo-face v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

解析微博表情

演示

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">'
1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago