6 ms·
This seems like an interesting exercise for css. I saw on the repo that you are using Perlin Noise, but I could not find the algo. Mind sharing where you used i
by techedlaksh 2y ago
This seems like an interesting exercise for css. I saw on the repo that you are using Perlin Noise, but I could not find the algo. Mind sharing where you used it and how ?
- chilling 2y agoYou can just check noises' svg for the source code: https://github.com/Megaemce/Bonfire/blob/main/noiseSmall.svg?short_path=178c68d https://github.com/Megaemce/Bonfire/blob/main/noiseSmall.svg... <feTurbulence type="turbulance basically creates Perlin noise.