Skip to content

Instantly share code, notes, and snippets.

@benpolinsky
Created August 19, 2017 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benpolinsky/c6803900a0142cb2f293b5801c6449d7 to your computer and use it in GitHub Desktop.
Save benpolinsky/c6803900a0142cb2f293b5801c6449d7 to your computer and use it in GitHub Desktop.
requirebin sketch
// Welcome! require() some modules from npm (like you were using browserify)
// and then hit Run Code to run your code on the right side.
// Modules get downloaded from browserify-cdn and bundled in your browser.
alert('hello');
setTimeout(function(){alert("hello")},0);
{
"name": "requirebin-sketch",
"version": "1.0.0"
}
<!-- contents of this file will be placed inside the <body> -->
<!-- contents of this file will be placed inside the <head> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment