mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-16 13:04:34 +00:00
Commit from GitHub Actions (Generate Clients & Examples)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user