https://github.com/theden/mosaic-o-matic
Mosaicifies any uploaded image. Links are also sharable!
https://github.com/theden/mosaic-o-matic
Last synced: over 1 year ago
JSON representation
Mosaicifies any uploaded image. Links are also sharable!
- Host: GitHub
- URL: https://github.com/theden/mosaic-o-matic
- Owner: TheDen
- Created: 2016-06-27T00:58:28.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-26T06:00:02.000Z (almost 10 years ago)
- Last Synced: 2024-05-30T01:18:29.742Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 2.44 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mosaic-o-matic
Mosaicifies any uploaded image. Links are also sharable! ~~[Live version](http://162.243.87.171/)~~
EDIT: Disabled live version due to server costs :disappointed:
Samples:
~~[Pug ](http://162.243.87.171/index.html?sample.jpg)~~
~~[Louis Wain cat](http://162.243.87.171/index.html?sample2.png)~~
~~[The Matterhorn] (http://162.243.87.171/index.html?sample3.jpg)~~
### Prerequisities
npm+nodejs, [node-canvas](https://github.com/Automattic/node-canvas) and its prereqs.
### Installing
```
git clone https://github.com/TheDen/mosaic-o-matic/
cd mosaic-o-matic
npm install
npm start
```
Node.js server will run on port 8765.