0.3.2 • Published 5 years ago

random-png v0.3.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago