UNPKG

random-image-generator-plus

Version:

8Crafter's Random Image Generator. This Node.js program generates images by setting each pixel to a randomly colored pixel.

34 lines (33 loc) 851 B
{ "name": "random-image-generator-plus", "version": "1.1.0", "description": "8Crafter's Random Image Generator. This Node.js program generates images by setting each pixel to a randomly colored pixel.", "keywords": [ "8Crafter", "Random", "Image", "Generator", "Corrupted", "Pixel", "CLI", "Node.js", "Module", "Canvas", "PNG" ], "homepage": "https://github.com/8Crafter-Studios/random-image-generator", "repository": "https://github.com/8Crafter-Studios/random-image-generator.git", "license": "ISC", "author": "8Crafter", "type": "module", "main": "./lib/exports.js", "bin": { "random-image-generator-plus": "./bin/random-image-generator-plus.js" }, "scripts": { "test": "node ./lib/random-image-generator-plus.js" }, "dependencies": { "canvas": "^3.1.0" } }