UNPKG

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

Version:

Default template for creating Adobe UXP based photoshop plugin.

16 lines (15 loc) 223 B
<!DOCTYPE html> <html> <head> <script src="index.js"></script> </head> <style> body { color: black; } </style> <body> <h1>Hello world</h1> <button id="change_color">Change Color</button> </body> </html>