qq wechat emotion parser
1.0.0
これは、Web ページに追加された QQ 顔文字と WeChat 顔文字文字列を顔文字画像に変換する、非常にシンプルな小さなツールです。
min.js
インポートするだけで使用できます。 Node.js環境にも対応。 入力:
/::)
出力:
< img src =" https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/0.gif " alt =" /::) " >
効果:
入力:
I xx Gunzi, /::), No no no, I just xx xx/::B.
出力:
I xx Gunzi, < img src =" https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/0.gif " alt =" /::) " > , No no no, I just xx xx < img src =" https://res.wx.qq.com/mpres/htmledition/images/icon/emotion/2.gif " alt =" /::B " > .
効果:
私はグンジを××、、いやいやいや、ただ×××しただけです。
このツールはqqWechatEmotionParser()
メソッドを公開します。このメソッドの入力は処理する必要がある文字列であり、出力は文字式を img タグに変換する文字列です。
https://github.com/buddys/qq-wechat-emotion-parser/blob/master/dist/qq-wechat-emotion-parser.min.js をダウンロードして導入します。
< script src =" /path/to/qq-wechat-emotion-parser.min.js " > </ script >
window.qqWechatEmotionParser
を呼び出します。
var text = 'I xx Gunzi /::), No no no, I just xx xx/:<L>.' ;
var html = qqWechatEmotionParser ( text ) ;
document . write ( text ) ;
document . write ( '<br/>' )
document . write ( html ) ;
インストール:
npm install qq-wechat-emotion-parser
使用:
var qqWechatEmotionParser = require ( 'qq-wechat-emotion-parser' ) ;
var text = 'I xx Gunzi /::), No no no, I just xx xx/:<L>.' ;
var html = qqWechatEmotionParser ( text ) ;
console . log ( html ) ;
Github を通じて問題を送信したり、コードを投稿したりすることはできます。コードを投稿する前に、元のコードを注意深く読み、コード スタイルの一貫性を保つように努める必要があります。
絵文字は src/emotion.json ファイルの下に保存されます。json ファイルを編集して、絵文字の文字表現と画像ソースを定義します。注意すべき点は次の 2 つです。
GPL V3.0
ハートル、メリキー @ Buddys Copyright (c) 2016