image-sequencer-app-overlay
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -93,3 +93,3 @@ function overlay(options, UI, util) { | ||
// run PixelManipulation on first Image pixels | ||
return require('../_nomodule/PixelManipulation.js')(baseStepOutput, { | ||
return input.pixelManipulation(baseStepOutput, { | ||
output: output, | ||
@@ -96,0 +96,0 @@ changePixel: changePixel, |
{ | ||
"name": "image-sequencer-app-overlay", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Special purpose overlay module for the mapknitter exporter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4921