-
Notifications
You must be signed in to change notification settings - Fork 0
createHugImage
FuntyGithub edited this page Apr 19, 2022
·
1 revision
This function use canvas to hug a image.
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);
Name: imageURL
Type: String
Description: URL of the image that should be turned into these eyes. I would recommend a size of 64x64
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 |
Name: picRotation
Type: Number
Description: The rotation that the image will have
Default: 0