Walkthrough: NFT panoply (review grid) #520
razgraf
started this conversation in
Show and tell
Replies: 1 comment
-
Cc @maxdesalle this script will be super helpful for pitching our NFT SVGs to NFT platforms (when talking to them about uncaching our SVGs). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Now that we have access to a solution that generates NFTs (
shell/generate-svg-panoply.sh
) for visual checkup and regression testing, I've coded a small HTML/JS script that helps organize them in a grid for quick review.You can access the code in this gist. To run it, simply paste it into a
panoply.html
file and open that file in your browser. Click on the input, select items from theout-svg
folder and voila. I've purposely written it in vanilla javascript with an input selector rather thanfs
to make it as plug-n-play as possible.Beta Was this translation helpful? Give feedback.
All reactions