git init
or
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width,initial-scale=1"> | |
| <title>title</title> | |
| <link rel="stylesheet" href="style.css"> | |
| <script src="script.js"></script> | |
| </head> | |
| <body> |
| // Put this file in Program Files\Adobe\Photoshop\Presets\Scripts\ | |
| // In PhotoShop menu File > Automate > Scripts: layersToSprite.js | |
| // Arrange layers into a sprite sheet. | |
| if (documents.length > 0) | |
| { | |
| // -------------------------- | |
| docRef = activeDocument; |