I have created a photoshop plugin. I need to execute a javascript from the plugin itself. I am able to execute the script if I write the script in a seperate jsx file and execute it using its path(filename). But I need a method to execute script if that script is there as a string within the plugin code.
Thanks