-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
main.js
import Konva from 'konva';
import 'konva/skia-backend';
const text = new Konva.Text({
text: 'testf\ntestf',
fontFamily: 'Microsoft Yahei',
fontSize: 80,
fontStyle: 'italic',
padding: 20,
lineHeight: 1.4,
letterSpacing: 0,
fill: '#000000',
});
console.log(text.toDataURL());package.json
{
"name": "font-script",
"private": true,
"type": "module",
"engines": {
"node": "^22.17.1"
},
"dependencies": {
"konva": "^10.0.12",
"skia-canvas": "^3.0.8"
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels