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

Released under the MIT License.