Skip to content

Instantly share code, notes, and snippets.

@drGrove
Last active August 29, 2015 13:57
Show Gist options
  • Save drGrove/9561816 to your computer and use it in GitHub Desktop.
Save drGrove/9561816 to your computer and use it in GitHub Desktop.
[wearscript] Welcome to Wearscript
<html style="width:100%; height:100%; overflow:hidden">
<head>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.0/zepto.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.5.2/underscore-min.js"></script>-->
</head>
<body style="width:100%; height:100%; overflow:hidden; margin:0">
<canvas id="canvas" width="640" height="360" style="display:block"></canvas>
<script>
WS.log('Welcome to WearScript');
WS.say('Welcome to WearScript');
</script>
</body>
</html>
there's nothing ruby can't do
Test
some more tests
some mroe tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment