Fix Node.js imports types errors in VS Code Oct 25, 2023 How to click a link with a specific text with Puppeteer May 16, 2023 How to do a screenshot using Puppeteer May 15, 2023 Save some text to a file in N
How to send an email using nodemailer May 10, 2023 Restarting a Node process without file changes May 5, 2023 How to turn an image into a data URI string Mar 13, 2023 How to get an image width and height using Node Mar 9, 2023 How to download an image from URL in Node Mar...
/* mailing.config.json */ { "typescript": true, "emailsDir": "./emails", "outDir": "./previews_html", "anonymousId": "c4eb5ec8-3a15-4cd8-9254-19e19a1a652b" } /* emails/index.ts */ import nodemailer from "nodemailer"; import { buildSendMail } from "mailing-core"; import in...
Fix Node.js imports types errors in VS Code Oct 25, 2023 How to click a link with a specific text with Puppeteer May 16, 2023 How to do a screenshot using Puppeteer May 15, 2023 Save some text to a file in Node.js May 12, 2023 nodemailer, how to embed an image into an ...