Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyneue/image-merge
Node tool to manage the generation of multiple assets into one page.
https://github.com/polyneue/image-merge
Last synced: about 1 month ago
JSON representation
Node tool to manage the generation of multiple assets into one page.
- Host: GitHub
- URL: https://github.com/polyneue/image-merge
- Owner: Polyneue
- License: mit
- Created: 2016-01-11T23:43:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T20:06:12.000Z (almost 9 years ago)
- Last Synced: 2024-10-16T17:07:26.620Z (3 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Image Merge Icon](./image-merge-logo.jpg)
# Image-Merge
Node tool to manage the generation of multiple assets into one page.## Getting Started
To get started using Image-Merge run the following commands in your terminal:```
git clone https://github.com/Polyneue/Image-Merge.git
cd Image-Merge
npm install
```Now you can begin adding your assets and creating your pages.
## Setting Up the Assets Folder
Begin breaking down your PSD file into reusable and unique assets. *(For an example, view the file structure in the assets/example folder)* You'll then need to update the `page-config.js` file with the page objects and their asset order/locations.## Final Steps
Run the Image-Merge tool using `node app` from within the Image-Merge directory. The results will be in `./dist`, you can find a sample of the example files within this directory as well.