Skip to main content
Module

x/imagescript/ImageScript.js>Image#composite

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.composite
import { Image } from "https://deno.land/x/imagescript@1.2.15/ImageScript.js";

Composites (overlays) the source onto this image at the specified coordinates

Parameters

source

The image to place

optional
x = [UNSUPPORTED]

The x position to place the image at

optional
y = [UNSUPPORTED]

The y position to place the image at