Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add presets #7

Open
Maingron opened this issue Sep 22, 2022 · 0 comments
Open

Add presets #7

Maingron opened this issue Sep 22, 2022 · 0 comments

Comments

@Maingron
Copy link
Owner

Add presets.
IP so far:

snowChars: ["*"], // [array] Characters to use for snowflakes (default:["*"]) (e.g. ["*", "❅", "❆"] or for halloween: ["🎃", "👻", "🦇"] or for christmas: ["🎄", "🎅", "🎁"] or for valentine's day: ["❤", "💋", "💝"] or for easter: ["🐰", "🐣", "🐥"] or for 4th of july: ["🇺🇸", "🎆", "🎇"] or for new year: ["🎉", "🎊", "🎈"] or for chinese new year: ["🐷", "🐔", "🐶"] or for hanukkah: ["🕎", "🕍", "🔯"] or for kwanzaa: ["🎋", "🎍", "🎎"] or for st. patrick's day: ["🍀", "🍺", "🍻"] or for thanksgiving: ["🦃", "🍁", "🍂"] or for winter: ["❄", "☃", "⛄"] or for spring: ["🌷", "🌸", "🌹"] or for summer: ["☀", "🌞", "🌻"] or for fall: ["🍂", "🍁", "🍃"]);

// Presets //
    // PRESETS //
    let presets = {
        "default": {
            snowChars: ["*"],
            snowOpacity: 0.75,
        },
        
    };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant