john

crop

by Kris

HTML

<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<canvas style="-moz-user-select: none; cursor: crosshair;" width="400" height="400" id="c1"></canvas>
<button id=cropB>crop</button>

CSS

body {
    background-color:#ccc;
}

JavaScript

var canvas = new fabric.Canvas('c1');