qq wechat emotion parser
1.0.0
글쎄, 이것은 웹 페이지에 추가된 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 " > .
효과:
나는 xx Gunzi, , No no no, 나는 단지 xx xx입니다.
이 도구는 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 파일을 편집하여 이모티콘의 문자 표현과 이미지 소스를 정의합니다. 주목해야 할 두 가지 사항이 있습니다.
GPL V3.0
하틀, 메리키 @ Buddys 저작권 (c) 2016