1.0.1 • Published 10 years ago
bmp-maker v1.0.1
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');
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');