Hello! I need to be able to integrate blockly into my app. While using Playcanvas’s native user interface api would be great, a method to display html in a ui field would work just as well.
You will have to render the HTML over the canvas that PlayCanvas is rendering on.
A quick read of the docs and you are probably looking at the unpkg route Get Blockly | Google for Developers
eg
Alright, thanks for the answer.