UNPKG

@adobe/uxp-template-ps-react-starter

Version:

React starter template for creating Adobe UXP based photoshop plugin.

13 lines (12 loc) 186 B
<!DOCTYPE html> <html> <head> <script> global.screen={}; window.WebSocket.prototype.OPEN = 1; </script> <script src="index.js"></script> </head> <body> </body> </html>