Comparing version 0.3.5 to 0.3.6
{ | ||
"name": "biiif", | ||
"version": "0.3.5", | ||
"version": "0.3.6", | ||
"description": "A CLI to build IIIF collections", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -153,3 +153,3 @@ "use strict"; | ||
let pathToThumb = join(dirname(imagePath), 'thumb.'); | ||
if (config.jimpEnabled) { | ||
if (config.settings.jimpEnabled) { | ||
const image = await Jimp.read(imagePath); | ||
@@ -156,0 +156,0 @@ const thumb = image.clone(); |
48464