Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

varlevi
varlevi
8,113 Points

Blobs in CSS and JS

Hi! I'm looking to redesign my website. (https://shadeswash.netlify.app), and want a way to randomly generate blob, much like the blobs on the Blobmaker website (https://www.blobmaker.app/). I checked out the site hoping they would have an npm package that let me do that, or at least a GitHub repo with code that I could use, but they do not appear to have either. Does anyone have a suggestion of an npm library or the likes that I could use? I'm looking for something written in Vanilla JavaScript and wouldn't involve a ton of setup, but even if you have something that doesn't exactly fit this description, I'd love to check it out. Thanks!

1 Answer

Steven Parker
Steven Parker
231,007 Points

Have you seen the blog post How we made Blobmaker? It's apparently a d3 library "radar chart" driven from random parameters. See the blog for a description of what the controls do to the chart.