Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
viliusle committed Oct 13, 2017
1 parent 0ac95d1 commit 75fd0e7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/hermite.js
@@ -1,8 +1,6 @@
/*
* Hermite resize - fast image resize/resample using Hermite filter.
* Version: 2.2.1
* Author: ViliusL
* demo: http://viliusle.github.io/miniPaint/
* https://github.com/viliusle/Hermite-resize
*/
function Hermite_class() {
var cores;
Expand Down Expand Up @@ -385,4 +383,4 @@ function Hermite_class() {
//draw
ctx.putImageData(img2, 0, 0);
};
}
}

0 comments on commit 75fd0e7

Please sign in to comment.