ts
const text = new Text({
x: 50,
y: 100,
content: 'Hello, world! \n🌹🌍🌞🌛',
fontSize: 30,
fill: '#F67676',
});