()
| 39 | }; |
| 40 | |
| 41 | const drawBackground = () => { |
| 42 | ctx.fillStyle = genColor(); |
| 43 | ctx.fillRect(0, 0, width, height); |
| 44 | }; |
| 45 | |
| 46 | // add metadata for individual nft edition |
| 47 | const generateMetadata = (_dna, _edition, _attributesList) => { |
no test coverage detected