https://github.com/illyism/favicon
:boom: Favicon Generator using Node.js and Imagemagick
https://github.com/illyism/favicon
favicon imagemagick javascript
Last synced: 4 months ago
JSON representation
:boom: Favicon Generator using Node.js and Imagemagick
- Host: GitHub
- URL: https://github.com/illyism/favicon
- Owner: Illyism
- License: gpl-3.0
- Created: 2014-01-28T20:35:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-03T22:27:01.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T20:15:11.791Z (over 1 year ago)
- Topics: favicon, imagemagick, javascript
- Language: JavaScript
- Homepage: https://il.ly/
- Size: 1.02 MB
- Stars: 32
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
> Icons for the web
## Requirements
The server runs on Node.js. You also need NPM.
You need ImageMagick and zip installed. So this app works anywhere.
APT:
sudo apt-get install imagemagick zip
[Homebrew](http://brewformulas.org/Imagemagick):brew install imagemagick zip
[Chocolatey](http://chocolatey.org/packages?q=imagemagick):choco install imagemagick zip
## Installation
Clone this repository and run **NPM install**. Then run the server using **node app**.
npm install
node app## Usage
The processing happens in the **/tmp/** directory. Images are uploaded to **/tmp/images/** and processed in **/tmp/processing/**, then the zip files are **/tmp/zip/**. After a successful download, everything is cleaned.
# License
Copyright © 2014-2015 Ilias Ismanalijev
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.[tl;dr](http://www.tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3)