1.0.1 • Published 10 years ago

bmp-maker v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Creates a noisy bmp image of a speficied width, height, and name.

Usage:

bmpMaker(width, height, file-name)

Example:

var bmpMaker = require('bmp-maker');
bmpMaker(20, 100, 'yay.bmp');
1.0.1

10 years ago

1.0.0

10 years ago