emoji-canvas:一个易于使用的模块,可以在deno-canvas中使用已解析的表情符号(也支持不和谐表情符号)编写文本!

时间:2024-04-25 08:53:12
【文件属性】:

文件名称:emoji-canvas:一个易于使用的模块,可以在deno-canvas中使用已解析的表情符号(也支持不和谐表情符号)编写文本!

文件大小:3KB

文件格式:ZIP

更新时间:2024-04-25 08:53:12

TypeScript

表情符号画布 一个易于使用的模块,可以在使用已解析的表情符号(也支持不和谐表情符号)编写文本! 例子 import Canvas , { dataURLtoFile , loadImage } from 'https://deno.land/x/canvas@v1.1.3/mod.ts' ; import fillTextWithEmoji from "url" ; const canvas = Canvas . MakeCanvas ( 200 , 200 ) ; const ctx = canvas . getContext ( '2d' ) ; ctx . fillStyle = 'white' ; await fillTextWithEmoji ( ctx , 'Hi :rolling_on_the_floor_laughing:' , 10 , 40 ) ; Deno . writeFileSync ( "Test.png" , data


【文件预览】:
emoji-canvas-master
----mod.ts(2KB)
----LICENSE(1KB)
----.gitignore(48B)
----README.md(640B)

网友评论