Falling snow flakes for Christmas?

As Christmas is rapidly approaching, our Christmas Gift QR Generator is taken out of its beauty sleep.
Here is an example object.
One peculiar thing with these Blippa objects is the moving snow flakes, drizzling down the screen.
To make this, edit the object in Labelsadmin, goto Settings and scroll down to Script.

Add this:

<script src="https://unpkg.com/magic-snowflakes/dist/snowflakes.min.js"></script>
    <script>
        var snowflakes = new Snowflakes({
            color: '#fff'})
    </script>