Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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);
```