bmp-maker
v1.0.1
Published
Creates a noisy bitmap image.
Downloads
6
Readme
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');