Skip to content

exiled-apes/nft-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFT Image Generator

Setup

npm install

Usage

  1. Checkout the ART_SPEC.md for info on how to structure your raw assets.
  2. Place your properly structured assets in the inputs folder.
  3. Edit the settings.js file and make sure that file is correctly configured for your specific project.
  4. Run npm run createAll

Commands

npm run createAll

# createAll runs all these commands in order
# They can be ran individually for debugging
npm run createLayers
npm run createMeta
npm run createImages

# after your output has been generated you can run this command to double check things were generated correctly
npm run verifyAssets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published