functions/assets/data/fireworks.hearts.psd1
|
@{ # Credits: # - Inspired by: https://www.asciiart.eu/holiday-and-events/fireworks # - Inspired by: http://loveascii.com/hearts.html fire_works = @( ( # Cute hearts @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " (\ /) " " \ */' " " `' " ), @( " (\/) " " \*/' " " `' " ), @( " " " \*/' " " " ) ), ( # Cute hearts @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " ( '\/'*) " " \ */' " " ´\/' " ), @( " (\ /) " " \ */' " " `' " ), @( " (\/) " " \*/' " " `' " ), @( " " " \*/' " " " ) ) ) } |