From 74c0ff8c099bcd0b2f4cad7786f959bbedeaad93 Mon Sep 17 00:00:00 2001 From: Alexander Scholz Date: Fri, 14 Aug 2015 08:03:30 +0200 Subject: [PATCH] add undocumented orientation to exampels --- examples/imager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imager.js b/examples/imager.js index 45a984a..4cd1b5f 100644 --- a/examples/imager.js +++ b/examples/imager.js @@ -13,7 +13,7 @@ module.exports = { resizeAndCrop: { large: { resize: '1000x1000', - crop: '900x900' + crop: '900x900 Center' } } },