mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 19:00:00 +01:00
Update PixelManipulation.js (#236)
This commit is contained in:
@@ -18,7 +18,7 @@ module.exports = function PixelManipulation(image, options) {
|
|||||||
getPixels(image.src, function(err, pixels) {
|
getPixels(image.src, function(err, pixels) {
|
||||||
|
|
||||||
if(err) {
|
if(err) {
|
||||||
console.log('Bad image path');
|
console.log('Bad image path', image);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user