Created
April 29, 2014 21:41
-
-
Save drocarmo/2a7d1d59f23c257136e3 to your computer and use it in GitHub Desktop.
Framer.js barebone starter-template file.
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
/* Require Framer.js import = http://www.framerjs.com/static/js/framer.js */ | |
/* Also, add a little css, so you can see the view's contents properly: | |
.framer{ | |
background: black; | |
} | |
*/ | |
view = new ImageView({ | |
x:20, | |
y:20, | |
width:350, | |
height:350, | |
html: "Hello World" | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment