Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
  <title>CreativeJS graphics playground</title>
  <style>
    canvas { border : 1px lightgray solid; }
    body { margin :0; }
  </style>
  </head>
  <body>
    <script src="http://code.seb.ly/js/creativejs.js"></script>
    <script src="http://rawgithub.com/sebleedelisle/CreativeJSLibs/master/src/Vector2.js"></script>
    
    <canvas id="creativejs" width='400' height='400'></canvas>
  </body>
</html>
  
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
sebpro
0viewers