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 695 forks source link

Having Issue Running node index.js #75

Closed jerrodjam closed 2 years ago

jerrodjam commented 2 years ago

When I run for first time I get this node:internal/modules/cjs/loader:936 throw err; ^

Error: Cannot find module 'canvas'

EvilShaggz commented 2 years ago

Type npm install canvas in terminal

jerrodjam commented 2 years ago

yes thank you!