Skip to content

createHugImage

FuntyGithub edited this page Apr 19, 2022 · 1 revision

This function use canvas to hug a image.

function arguments:

All arguments except the imageURL are optional but they can personalize the result!

Example:

const image = await createSusImage(message.author.displayAvatarURL({format: 'png',size:64}), picPos = {x: 1, y: 45}, picRotation = 0);

function arguments:

imageURL

Name: imageURL
Type: String
Description: URL of the image that should be turned into these eyes. I would recommend a size of 64x64

picPos

Name: picPos
Type: Object
Default: {x: 1, y: 45}

Sub-Option Type Description Default (value if you don't give any)
x Number the x positon where the image will be added 1
y Number the y positon where the image will be added 45

picRotation

Name: picRotation
Type: Number
Description: The rotation that the image will have
Default: 0

Clone this wiki locally