Created
October 12, 2014 13:57
-
-
Save nicebarbarian/e68f20b0d93496f0a37c to your computer and use it in GitHub Desktop.
framer.js: layer with image
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myImageLayer = new Layer | |
x: 100 | |
y: 100 | |
width: 200 | |
height: 200 | |
myImageLayer.image = "http://goo.gl/gpEHNR" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment