https://github.com/preichenberger/sketchnsketch
Sketch N Sketch
https://github.com/preichenberger/sketchnsketch
Last synced: 2 months ago
JSON representation
Sketch N Sketch
- Host: GitHub
- URL: https://github.com/preichenberger/sketchnsketch
- Owner: preichenberger
- Created: 2015-06-08T02:44:17.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-08T22:21:30.000Z (about 11 years ago)
- Last Synced: 2025-03-05T07:19:07.635Z (over 1 year ago)
- Language: CoffeeScript
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sketch N Sketch
## Manage Images
Place a file called config.json in the same directory as the index.html page
Example (config.json):
```json
{
"images": [
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF",
"http://bit.ly/1FwzVuF"
]
}
```