Skip to content
This repository has been archived by the owner on Apr 27, 2018. It is now read-only.

Node.js module that listens to Adobe Photoshop working area brightness change event then loads a designated css stylesheet

License

Notifications You must be signed in to change notification settings

antonio-gomez/photoshop-ui-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photoshop-UI-Manager

npm-image version-image

Install


npm install photoshop-ui-manager --save

Requirements


CSInterface v5.x or higher

Description


Node.js module that listens to Adobe Photoshop working area brightness change event then loads a designated css stylesheet so the running extension (custom panel) matches the application user interface four shades of gray.

Usage


var photoshopUIManager = require('photoshop-ui-manager');

photoshopUIManager.init({
	'darkGray'   : 'css/dark-gray-ui.css',
	'mediumGray' : 'css/medium-gray-ui.css',	
	'lightGray'  : 'css/light-gray-ui.css',
	'original'   : 'css/original-ui.css'
});

Example


Example Photoshop extension demostrating module basic functionality.

The example initializes an instance of the module with four file paths of the target CSS stylesheets that are swapped based on the working area brightness change event triggered when one of the four shades of gray available is selected.

Scope


Tested in Adobe Photoshop CC2014 (v15.x), Adobe Photoshop CC2015 (v16.x) and Adobe Photoshop CC2015.5 (v17.x)

Changelog


1.0.0 (Jul 30 2016)

  • Main module functionality.
  • Including extension example demostrating module basic functionality of swapping CSS stylesheets when brightness change event is triggered.

0.0.0 (Jul 23 2016)

  • Initial development.

License

MIT © Antonio Gomez

About

Node.js module that listens to Adobe Photoshop working area brightness change event then loads a designated css stylesheet

Resources

License

Stars

Watchers

Forks

Packages

No packages published