Skip to content

Instantly share code, notes, and snippets.

@ankona
Created July 30, 2014 20:26
Show Gist options
  • Save ankona/b211aae813148dcc928c to your computer and use it in GitHub Desktop.
Save ankona/b211aae813148dcc928c to your computer and use it in GitHub Desktop.
create global literally canvas variable
$('.literally.index').literallycanvas({
backgroundColor: 'whiteSmoke',
onInit: function(lc) {
window.lc = lc; }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment