How do I flip the canvas on my UXP plugin using js?
I am working on my first plugin. I am also new to js, so admittedly I'm still learning some things. However, I have every part of my plugin complete but I cannot seem to figure out how I am supposed to flip the canvas. I just want to write a function that flips the canvas horizontally (or vertically) when called. What do i call to be able to do this? I've searched through every available app.document or app.activeDocument option i could find. Am i missing something? Rather than a plugin, should i be implementing a script instead or can i integrate both together?
