diff --git a/src/item/BlendMode.js b/src/util/BlendMode.js similarity index 99% rename from src/item/BlendMode.js rename to src/util/BlendMode.js index a4bc1e18..59f3be49 100644 --- a/src/item/BlendMode.js +++ b/src/util/BlendMode.js @@ -22,7 +22,7 @@ * THE SOFTWARE. */ -BlendMode = { +var BlendMode = { // TODO: Should we remove the blend modes that are not in Scriptographer? // TODO: Add missing blendmodes like hue / saturation / color / luminosity // TODO: Clean up codespacing of original code, or keep it as is, so