Open this page at https://pelikhan.github.io/arcade-image-text/
Adds print blocks in the images
category to render text on images.
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.
- open https://arcade.makecode.com/
- click on New Project
- click on Extensions under the gearwheel menu
- search for https://github.com/pelikhan/arcade-image-text and import
Edit this project
To edit this repository in MakeCode.
- open https://arcade.makecode.com/
- click on Import then click on Import URL
- paste https://github.com/pelikhan/arcade-image-text and click import
Metadata (used for search, rendering)
- for PXT/arcade