I’m trying to render code to images so I found this lovely source of information. I edited the fiddle so I could render MakeCode Arcade blocks instead of microbit blocks.
So I was able to convert
animation.runMovementAnimation(mySprite, [], 500, false);
to
which is great but is it possible to remove the
on start
block? I just want to have the singular block by itself. (Just like how you guys render docs for these blocks)
Also on a side note, do we have to use an iframe to render blocks or is there an API already in place for this? The iframe takes quite a bit of time to load, not sure if that is just the entire blockly renderer loading or something else…