รายการอีโมติคอน
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>
) — อีโมติคอน ASCIIname
( 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
— รายการอีโมจิที่จัดอันดับตามความจุwooorm/emoticon
- ข้อมูลเกี่ยวกับอีโมติคอน ASCIIwooorm/strip-skin-tone
- ตัดสีผิวออกจากอิโมจิwooorm.com/checkmoji
— ตรวจสอบอิโมจิข้ามแพลตฟอร์ม ใช่โปรด! ดูวิธีการมีส่วนร่วมในโอเพ่นซอร์ส
MIT © ไททัส วอร์เมอร์