Skip to content
ts
const text = new Text({
    x: 50,
    y: 100,
    content: "I'd far rather be happy than right any day.",
    fontSize: 45,
    fill: '#F67676',
});

Released under the MIT License.