Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
feat: auto gen og#2226
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
feat: auto gen og#2226
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedJul 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview forslidev ready!
To edit notification comments on pull requests, go to yourNetlify project configuration. |
pkg-pr-newbot commentedJul 13, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
@slidev/clientcreate-slidevcreate-slidev-theme@slidev/parser@slidev/cli@slidev/typescommit: |
Thanks! That's a great idea! I think we could improve it even more:
|
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
3a34a18 intoslidevjs:mainUh oh!
There was an error while loading.Please reload this page.
Implement automatic og-image generation from first slide
Hi Slidev maintainers.
Thank you so much for your amazing work on Slidev.
I absolutely love this project!
This is my first feature implementation PR for Slidev, so please let me know if there's anything that needs improvement or if I'm causing any trouble.
I'm happy to make any necessary changes.
Motivation
Currently, Slidev users need to manually create og-images for social media sharing.
The existing workflow requires:
Export first slide as PNG
slidev export --format png --range 1to generate first slide imageRename and move file
01.pngtoog-image.pngand place in appropriate locationHost image somewhere
Configure URL in frontmatter
Usage