diff --git a/lib.js b/lib.js index c72a0e8..c2646dc 100644 --- a/lib.js +++ b/lib.js @@ -52,9 +52,8 @@ async function splitUp(content) { if (contentJson.pal) { ext = '!neoboxels'; - console.log(Object.keys(contentJson)) - width = contentJson.width * 4; - height = contentJson.height *4; + width = contentJson.width; + height = contentJson.height; } out[i] = { type: 'file', path, ext, content, width, height };