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
download image, using imagemagick to render with emojis
convert to data uri and embedded in html response... magic! no, won't work, since the image in share cards is static... will have to render images directly.
magick convert slide.webp -background none -compose dissolve -define compose:args=70% \( -density 288 ./heart.svg \) -geometry +200+400 -composite slides.webp
The text was updated successfully, but these errors were encountered: