ashikka / uxp-photoshop-plugin-samples

UXP Plugin samples for Photoshop 22 and higher.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin Samples

This repository contains a library of sample Photoshop plugins to help you on your journey. You can use these samples to learn more about how to build plugins for Photoshop using UXP.

Samples list

Extension Main APIs Used Description Minimum Version
io-websocket-example Spectrum UXP, Websocket Shows how to use a websocket server & client in Photoshop UXP 4.1 / PS 22.0.0
ui-kitchen-sink Spectrum UXP, HTML The kitchen sink example includes all of the available UI components, along with some sample usages. UXP 4.1 / PS 22.0.0
ui-playground Spectrum UXP, React Playground for testing HTML, CSS, and JS snippets in Photoshop. UXP 4.1 / PS 22.0.0
ui-react-starter Spectrum UXP, React Shows how to use React in a simple plugin UXP 4.1 / PS 22.0.0

Recommended development setup

  1. Clone this repository to a location of your choice:
git clone git@github.com:AdobeDocs/uxp-photoshop-plugin-samples.git
  1. Launch the UXP Developer Tool, and use the "Add Plugin..." button to add each plugin to your workspace. (Select the manifest.json file inside each plugin's folder.)

  2. Load plugins into Photoshop by using ••• > Load.

About

UXP Plugin samples for Photoshop 22 and higher.

License:MIT License


Languages

Language:JavaScript 62.5%Language:HTML 28.8%Language:CSS 5.9%Language:Rust 1.2%Language:Svelte 1.1%Language:Vue 0.4%