0.2.2 • Published 11 years ago

minimg v0.2.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

minimg

Scale your images in browser before upload.

<input id="image" type="file" accept="image/*" capture="camera" />
<script src="minimg.js"></script>
<script>
  document.getElementById('image').onchange = function() {
    minimg(this, 600, 400, function(canvas) {
      console.log(canvas.getDataURL('image/jpeg'));
    });
  };
</script>
0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago