# Choose device to emulate
App.setDevice Device.iPhoneGold
# Create a new text
myText = new Text
width: auto
text: 'Hello'
image: 'goo.gl/TY8mx3'
imagePosition: center
imageScale: 1
backgroundClip: text
fontSize: 120
fontWeight: 700
color: clear
**myText.center()**
https://magixjs.com/ (The second tutorial.)