Skip to content

Instantly share code, notes, and snippets.

@nicebarbarian
Created October 12, 2014 13:57
Show Gist options
  • Save nicebarbarian/e68f20b0d93496f0a37c to your computer and use it in GitHub Desktop.
Save nicebarbarian/e68f20b0d93496f0a37c to your computer and use it in GitHub Desktop.
framer.js: layer with image
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