🔥 Use npm init --yes
to skip all the questions and create a package.json
(I'll still just lean on the enter button until it's done, but enjoy the tip 😃)
🔥 When using JavaScript default function params, you can access other params from right inside the definition!
Next →🔥 Canvas tip I just learned from @jake_albaugh. You can paint to a really small canvas to get quick+cheap colour processing and you can visualize it with canvas `{ image-rendering: pixelated; }` 🤯 This is a 35x35 canvas