LinusU / cwasm-jpeg-turbo

JPEG decoding for Node.js, using libjpeg-turbo compiled to WebAssembly
11 stars 1 forks source link

Width/Height properties are missing #1

Open maierfelix opened 4 years ago

maierfelix commented 4 years ago

This broke with 0.1.1

LinusU commented 4 years ago

They are actually still there, it's just that console.log on Node.js doesn't print them. I have a fix for that here: https://github.com/node-gfx/image-data/pull/2