ruucm / shadergradient

Create beautiful moving gradients on Framer, Figma and React
https://shadergradient.co
798 stars 33 forks source link

A console.log in the package #116

Open TobyPerplex opened 4 days ago

TobyPerplex commented 4 days ago

I don't know if this is intended or unintended but there's a console.log("material (onInit)", A); left in the latest version. Please remove it because this muddies my console when I'm debugging other stuff.

ruucm commented 4 days ago

It's an important moment to measure performances of multiple gradients (canvas).

I'll find more good ways to show it only in dev envs.