mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Remove unused blend mode methods and imports
Eliminated the applyBlendMode method from Canvas and CanvasLayers, along with related unused imports in CanvasIO and CanvasLayers. This streamlines the code by removing dead code and unnecessary dependencies.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import {saveImage, getImage, removeImage} from "./db.js";
|
||||
import {logger, LogLevel} from "./logger.js";
|
||||
import {createCanvas, normalizeToUint8} from "./utils/CommonUtils.js";
|
||||
import {createImageFromSource} from "./utils/ImageUtils.js";
|
||||
import {createCanvas} from "./utils/CommonUtils.js";
|
||||
import {createModuleLogger} from "./utils/LoggerUtils.js";
|
||||
|
||||
const log = createModuleLogger('CanvasIO');
|
||||
|
||||
Reference in New Issue
Block a user