ts
const text = new Text({
x: 50,
y: 100,
content: 'Hello, world!',
fontSize: 45,
fill: '#F67676',
stroke: 'black',
strokeWidth: 8,
});