I always want the topCrop width and height to be a perfect square?
smartcrop.crop(image, {width: 100, height: 100}).then(function(result){ console.log(result); });
I understand that the output width/height may not always be the preferred crop size, but will it be a perfect square as suggested by the input?