You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People may not like the default colors given by purduehackers/time, but nobody wants to spend hours playing with colors to find the right combination. We should do this instead, and include 3-4 default combinations.
Usage:
constlt=newLightningTime({colors: 'default'})// new LightningTime() with no args is still acceptedconstlt2=newLightningTime({colors: 'alt1'})// ...constltx=newLightningTime({colors: {boltColors: [0,161], ... }})
bonus: give them cute names like "ocean aurora" or some shit
The text was updated successfully, but these errors were encountered:
People may not like the default colors given by purduehackers/time, but nobody wants to spend hours playing with colors to find the right combination. We should do this instead, and include 3-4 default combinations.
Usage:
bonus: give them cute names like "ocean aurora" or some shit
The text was updated successfully, but these errors were encountered: