Skip to content

edde746/nft-gen

Repository files navigation

NFT Generator

Generate NFT style image variations from components, fully in browser powered by Svelte, client-zip, file-saver and HTML5 canvas.

Using

Simply select the folder with your component subfolders, layers are alphabetically sorted by folder names.

Hosted Version

https://edde746.github.io/nft-gen

Locally Hosted

To run a local development instance:

git clone https://github.com/edde746/nft-gen.git
cd nft-gen
npm install
npm run dev -- --open

Building

To create a production version:

npm run build