Skip to content

Instantly share code, notes, and snippets.

View CMHarrington's full-sized avatar

CMHarrington

  • MartianCraft
View GitHub Profile
@francisrupert
francisrupert / government-and-civic-design-systems.md
Last active March 30, 2016 20:30
Design Systems and Style Guides: Government, Civic
@tomekc
tomekc / ps-export-layers-to-png.jsx
Created June 7, 2012 22:21
Photoshop script that exports to PNG all layers and groups whose names end with ".png".
#target photoshop
// $.level = 2;
/*
* Script by Tomek Cejner (tomek (at) japko dot info)
* based on work of Damien van Holten:
* http://www.damienvanholten.com/blog/export-groups-to-files-photoshop/
*
* My version adds support of nested layer groups,
* and exports single layers in addition to groups.