Commit from GitHub Actions (Generate Clients & Examples)

This commit is contained in:
domwong
2021-11-10 11:31:31 +00:00
parent 9394c97dc8
commit 23d6b136ea
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ async function takeScreenshotOfAurl() {
let thumbnailService = new ThumbnailService(process.env.MICRO_API_TOKEN);
let rsp = await thumbnailService.screenshot({
height: 600,
url: "https://m3o.com",
url: "https://google.com",
width: 600,
});
console.log(rsp);