emoticon
4.1.0
이모티콘 목록입니다.
emoticon
이 패키지에는 ASCII 이모티콘에 대한 정보가 포함되어 있습니다. :피
일반적으로 빌드 스크립트에서 어떤 텍스트 이모티콘이 어떤 이모티콘에 매핑되는지 파악하기 위해 이 패키지를 여러 가지 이유로 사용할 수 있습니다.
이 패키지는 ESM 전용입니다. Node.js(버전 14.14+)에서 npm을 사용하여 설치합니다.
npm install emoticon
Deno에서 esm.sh
사용하면 다음과 같습니다.
import { emoticon } from 'https://esm.sh/emoticon@4'
esm.sh
가 있는 브라우저에서:
< script type =" module " >
import { emoticon } from 'https://esm.sh/emoticon@4?bundle'
</ script >
import { emoticon } from 'emoticon'
console . log ( emoticon . slice ( 0 , 3 ) )
수확량:
[
{
description : 'angry face' ,
emoji : '?' ,
emoticons : [
'>:(' , '>:[' ,
'>:-(' , '>:-[' ,
'>=(' , '>=[' ,
'>=-(' , '>=-['
] ,
name : 'angry' ,
tags : [ 'mad' , 'annoyed' ]
} ,
{
description : 'smiling face with smiling eyes' ,
emoji : '?' ,
emoticons : [
':")' , ':"]' , ':"D' ,
':-")' , ':-"]' , ':-"D' ,
'=")' , '="]' , '="D' ,
'=-")' , '=-"]' , '=-"D'
] ,
name : 'blush' ,
tags : [ 'proud' ]
} ,
{
description : 'broken heart' ,
emoji : '?' ,
emoticons : [ '<\3' , '</3' ] ,
name : 'broken_heart' ,
tags : [ ]
}
]
이 패키지는 식별자 emoticon
내보냅니다. 기본 내보내기가 없습니다.
emoticon
이모티콘 목록( Array<Emoticon>
). 각 항목에는 다음 필드가 있습니다.
description
( string
) — 관련 설명( wooorm/gemoji
에서)emoji
( string
) - 해당 이모티콘emoticons
( Array<string>
) — ASCII 이모티콘name
( string
) — 이모티콘 이름( wooorm/gemoji
에서 선호하는 이름)tags
( Array<string>
) — 관련 태그( wooorm/gemoji
에서) support.md
참조하세요.
이 패키지는 TypeScript로 완전히 입력되었습니다. 추가 유형 Emoticon
내보냅니다.
이 패키지는 최소한 모든 유지 관리 버전의 Node.js와 호환됩니다. 현재로서는 Node.js 14.14+입니다. Deno 및 최신 브라우저에서도 작동합니다.
이 패키지는 안전합니다.
wooorm/gemoji
— gemoji에 대한 정보(GitHub emoji)words/emoji-emotion
— Valence로 평가된 이모티콘 목록wooorm/emoticon
— ASCII 이모티콘에 대한 정보wooorm/strip-skin-tone
— 이모티콘에서 피부색 제거wooorm.com/checkmoji
— 다양한 플랫폼에서 이모티콘 확인 응, 제발! 오픈 소스에 기여하는 방법을 참조하세요.
MIT © 티투스 워머