Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <script src="//code.jquery.com/jquery-2.1.1.min.js"></script>
  <meta name="description" content="Image resize on client with supersampling">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <canvas id="c" width="100" height="300"></canvas>
  
  <br>
  <input type="file" id="f" multiple>
  <button id="run">run</button>
  <button id="save">save</button>
  
  <div id="log"></div>
  
</body>
</html>
 
body {
  font-family: sans-serif;
  line-height: 1.4;
}
Output

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

Dismiss x
public
Bin info
hommpro
0viewers