Description: Currently, when a website link is shared on Twitter, the preview thumbnail (Card) does not appear because specific Twitter meta tags are missing. While the library supports standard Open Graph (og:) tags, Twitter requires its own set of tags (e.g., twitter:card) for optimal display.
Inspired by Next.js's Metadata API implementation, I propose adding a feature that automatically generates Twitter tags using the values already provided for OG tags. This ensures consistent previews across platforms with minimal configuration.