Colkadome

Results 1 comments of Colkadome

You can multiply the alpha channel using this, where opacity is the alpha channel (0-255). ``` await sharp(source) .composite([{ input: Buffer.from([255,255,255,128]), raw: { width: 1, height: 1, channels: 4 },...