mirror of
https://github.com/vladmandic/automatic
synced 2026-09-06 13:00:44 +02:00
set defaults for version dct
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -7,7 +7,6 @@ function controlInputMode(inputMode, ...args) {
|
||||
log('controlInputMode', { mode: inputMode, tab: inputTab, kanvas: typeof Kanvas });
|
||||
if ((inputTab === 'Image') && (typeof 'Kanvas' !== 'undefined')) {
|
||||
inputTab = 'Kanvas';
|
||||
// const imageData = window.kanvas.getImageData();
|
||||
const imageData = window.kanvas.getImage();
|
||||
args[0] = imageData;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user