View on GitHub

arcade-image-text

Blocks to render text on images

Open this page at https://pelikhan.github.io/arcade-image-text/

Adds print blocks in the images category to render text on images.

print

Prints text at a given

let i = image.create(80, 40)
images.print(i,"hello",0,0,10)

printCenter

Prints text centered on the image at a given y.

let i = image.create(80, 40)
images.printCenter(i,"hello",20,6)

Use as Extension

This repository can be added as an extension in MakeCode.

Edit this project Build status badge

To edit this repository in MakeCode.

Metadata (used for search, rendering)