doc : Updated JS Doc for ImageResizer
This commit is contained in:
parent
9ae01cb074
commit
4b0b1a4bad
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
* @param {Canvas2d} source original image to be resized, as a 2d canvas
|
||||
* @param {Number} zoom ratio between desired dim / source dim
|
||||
* @param {Number} margin gap to be displayed between pixels
|
||||
* @param {String} color or the margin (will be transparent if not provided)
|
||||
* @return {Canvas2d} the resized canvas
|
||||
*/
|
||||
resizeNearestNeighbour : function (source, zoom, margin, marginColor) {
|
||||
|
|
Loading…
Reference in a new issue