Code cleanup, re-organizing and tidying (#226)

* initial cleanup

* build

* additions and build
This commit is contained in:
Jeffrey Warren
2018-04-29 12:16:11 -04:00
committed by GitHub
parent 711ae62ee3
commit 2abf0fae09
25 changed files with 575 additions and 540 deletions

View File

@@ -1,3 +1,5 @@
// Uses a given image as input and replaces it with the output.
// Works only in the browser.
function ReplaceImage(ref,selector,steps,options) {
if(!ref.options.inBrowser) return false; // This isn't for Node.js
var tempSequencer = ImageSequencer({ui: false});