bmp-maker

Creates a noisy bitmap image.

Usage no npm install needed!

<script type="module">
  import bmpMaker from 'https://cdn.skypack.dev/bmp-maker';
</script>

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