Img - xkp/Doc GitHub Wiki
Overview
The img component represents an image on screen
Properties
src: An url representing the location of the image
image: An HTML5Image object to assign a runtime image to the component.
Usage
<img id="my_img" src="images/img1.png"/>