Skip to content

Instantly share code, notes, and snippets.

@drocarmo
Created April 29, 2014 21:41
Show Gist options
  • Save drocarmo/2a7d1d59f23c257136e3 to your computer and use it in GitHub Desktop.
Save drocarmo/2a7d1d59f23c257136e3 to your computer and use it in GitHub Desktop.
Framer.js barebone starter-template file.
/* 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