├── .gitignore ├── BackExample.png ├── BarExample.png ├── Dynamic Script.jsx ├── FolderStructure.png ├── PPExample.png ├── PreviewExample.png ├── README.md ├── RetinaExample.png ├── Super Export.jsx ├── Super Export.md ├── example.psd └── exportPath.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /BackExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/BackExample.png -------------------------------------------------------------------------------- /BarExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/BarExample.png -------------------------------------------------------------------------------- /Dynamic Script.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/Dynamic Script.jsx -------------------------------------------------------------------------------- /FolderStructure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/FolderStructure.png -------------------------------------------------------------------------------- /PPExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/PPExample.png -------------------------------------------------------------------------------- /PreviewExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/PreviewExample.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RetinaExample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/RetinaExample.png -------------------------------------------------------------------------------- /Super Export.jsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/Super Export.jsx -------------------------------------------------------------------------------- /Super Export.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/Super Export.md -------------------------------------------------------------------------------- /example.psd: -------------------------------------------------------------------------------- 1 | /Users/bclubb/Documents/projects/backbone_drt_demo/design/example.psd -------------------------------------------------------------------------------- /exportPath.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bendytree/Photoshop-Scripts/HEAD/exportPath.png --------------------------------------------------------------------------------