0.3.2 • Published 7 years ago

random-png v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Random image generator

NPM

Generator will create a picture in the given path:

const random_png = require("random-png");
random_png.generate("path", size);

Example

const random_png = require("random-png");
random_png.generate("image.png", 500);
0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago