This is a simple Node.js script for generating random NFT art images. The generated images are in PNG format and can be saved to a file, For now the script is only generating random colored shapes and a random background. The goal is to make PNG images on top of each other to generate a unique image.
To use this script, you'll need to have Node.js and npm installed on your machine.
Clone the repository and install the required dependencies by running the following commands:
$ git clone https://github.com/elhadjx/nftpicgen.git
$ cd nftpicgen
$ npm install
To generate an NFT art image, simply run the following command:
$ node index.js
The generated images will be saved to out/nft${index}.png
.
If you'd like to contribute to this project, please fork the repository and make your changes. Pull requests are welcome!
The client is the platform, built in ReactJS.
$ git clone https://github.com/elhadjx/nftpicgen.git
$ cd nftpicgen/client
$ npm install
$ npm run dev
This project is licensed under the MIT License. See the LICENSE file for details.