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
Copy file name to clipboardExpand all lines: docs/guides/introduction.mdx
+2
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,9 @@ Task code you can copy and paste to use in your project. They can all be extende
68
68
|[PDF to image](/guides/examples/pdf-to-image)| Use `MuPDF` to turn a PDF into images and save them to Cloudflare R2. |
69
69
|[React to PDF](/guides/examples/react-pdf)| Use `react-pdf` to generate a PDF and save it to Cloudflare R2. |
70
70
|[Puppeteer](/guides/examples/puppeteer)| Use Puppeteer to generate a PDF or scrape a webpage. |
71
+
|[React email](/guides/examples/react-email)| Send an email using React Email. |
71
72
|[Resend email sequence](/guides/examples/resend-email-sequence)| Send a sequence of emails over several days using Resend with Trigger.dev. |
73
+
|[Satori](/guides/examples/satori)| Generate OG images using React Satori. |
72
74
|[Scrape Hacker News](/guides/examples/scrape-hacker-news)| Scrape Hacker News using BrowserBase and Puppeteer, summarize the articles with ChatGPT and send an email of the summary every weekday using Resend. |
73
75
|[Sentry error tracking](/guides/examples/sentry-error-tracking)| Automatically send errors to Sentry from your tasks. |
74
76
|[Sharp image processing](/guides/examples/sharp-image-processing)| Use Sharp to process an image and save it to Cloudflare R2. |
0 commit comments