mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-12 07:24:55 -05:00
* feat(og): add opengraph images for templates, blogs, and updated existing opengraph image for all other pages * added to workspace templates page as well * ack PR comments
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
export {
|
|
captureAndUploadOGImage,
|
|
captureWorkflowPreview,
|
|
OG_IMAGE_HEIGHT,
|
|
OG_IMAGE_WIDTH,
|
|
uploadOGImage,
|
|
} from './capture-preview'
|