Pixnub Home Page 2 Forums EZ Green Screen EZGS Extract Image command Reply To: EZGS Extract Image command

#7026829
JEFF HARMON
Participant

    I have validated it works just as I had hoped. You would have to add somethink like these three lines in your js file with the method is defined:

    entrypoints.setup({
    commands: {
    extractImage: () => extractImage(),

    }
    });

    You would then end up with another menu option under the EZGS plugin that says something like Extract Image. It does mean you would have an extra menu option under Panels > EZGreen Screen 8 labeled to the name of the command you specify in the manifest.  Sounds like you don’t want that.