You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save-pixels >=2.0.0 includes this API change: scijs/save-pixels#6[email protected] ndarray signature inconsistent with save-pixels' png -- used by voxel-stitch as savePixels(level, 'canvas'), previously data was an ndarray with shape: [rows, columns, channels], changed to: [width, height, channels]. The level pyramid comes from https://github.com/voxel/rect-mip-map so it may require changes too.
deathcap
changed the title
Update save-pixels / pngjs?
Update save-pixels / pngjs to fix npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"5.3.0","npm":"3.3.12"})
Feb 8, 2016
Installing voxel-stitch logs this warning:
npm WARN engine [email protected]: wanted: {"node":"0.8.x"} (current: {"node":"5.3.0","npm":"3.3.12"})
maybe time to update the dependencies:
npm list
latest versions:
https://www.npmjs.com/package/save-pixels 2.3.0
https://www.npmjs.com/package/pngjs 2.2.0
The text was updated successfully, but these errors were encountered: