const { Client, JobBuilder } = require("@vencode/sdk");
const client = new Client({
// Create a builder instance with a watermark
// NOTE: This example will apply a watermark to ALL outputs
const builder = new JobBuilder(client)
"https://test.com/image.png",
{ position: "center", size: "220x220", opacity: "0.3" }