Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noblesamurai/logo-to-header
Given a logo, make a fixed size header.
https://github.com/noblesamurai/logo-to-header
Last synced: about 1 month ago
JSON representation
Given a logo, make a fixed size header.
- Host: GitHub
- URL: https://github.com/noblesamurai/logo-to-header
- Owner: noblesamurai
- License: other
- Created: 2015-04-07T22:45:00.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-06T23:30:09.000Z (over 9 years ago)
- Last Synced: 2023-03-11T05:29:47.807Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 262 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logo-to-header
Given a logo, make a fixed size header.
[![build status](https://secure.travis-ci.org/timothyleslieallen/logo-to-header.png)](http://travis-ci.org/timothyleslieallen/logo-to-header)
## Installation
This module is installed via npm:
``` bash
$ npm install logo-to-header
```## Example Usage
``` js
var logoToHeader = require('logo-to-header');
logoToHeader(data, type, opts, callback);
```