erikwatson / snowfall.js

Stay cool ☃️
https://erikwatson.github.io/snowfall.js/
MIT License
4 stars 2 forks source link

Rewrite the config handling #34

Closed erikwatson closed 2 months ago

erikwatson commented 2 months ago

The start function is made very long because of some dumb config logic where we're checking for undefined over and over and over again.

Clean this up. Just merge the default config with the user config and call it a day.