HashLips / generative-art-opensource

Create generative art by using the canvas api and node js, feel free to contribute to this repo with new ideas.
MIT License
1.36k stars 693 forks source link

Bypass one trait for uniqueness #198

Open ivanVG11 opened 2 years ago

ivanVG11 commented 2 years ago

Hi all,

Anyone knows how to bypassDNA for an specific trait? I tried with the bypassDNA option setting it to true but it doesn't change anything.

What I want to do is to aggregate an extra trait image (a frame for nft, for example) that didn't participate in the uniqueness of the NFT. With that, i want to avoid creating 2 same nft where the unique difference between them is the frame.

Thanks!