An open API service indexing awesome lists of open source software.

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

Website to generate all possible images from components
https://github.com/edde746/nft-gen

github-pages image-generator nft sveltekit tailwindcss

Last synced: about 1 month ago
JSON representation

Website to generate all possible images from components

Awesome Lists containing this project

README

          

# 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:

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

## Building

To create a production version:

```bash
npm run build
```