You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now using base64data since I cannot get JimpInscance to pass in electron ipc.
Maybe find a way to use image.write(path) through filesystem.
Maybe IPCMain can send back path, and then write image in file.service.ts ?
Now using base64data since I cannot get JimpInscance to pass in electron ipc.
Maybe find a way to use
image.write(path)through filesystem.Maybe IPCMain can send back path, and then write image in
file.service.ts?