Basic generation
The basic generator call
The static function generator
is used to generate a graphic
called on the class SGL
:
new SGL
.generator(
teamName,
mode,
containerId,
imgMode
);
new SGL
.generator(
userName,
teamName,
mode,
containerId,
imgMode,
generateLink
);
From a technical point of view, the function takes the variables, calls the corresponding class and uses them to build a picture in the specified mode at the marked position.
Modifiers
Team name:
- The user name
- The team name
Mode:
- The mode of the image to be generated
- youtube-title
- Generates a Youtube cover picture
- twitch-title
- Generates a Twitch cover photo
- twitter-title
- Generates a Twitter cover photo
- gaming
- Generates a gaming logo
- youtube-title
- The mode of the image to be generated
Container ID:
- Indicates the ID of the container which is the target for the generated image is used
Image mode:
- The mode of the image to be generated
- png
- svg
- jpeg
- webp
- The mode of the image to be generated
Generate Link
- This alternative mode ensures the automatic rendering of a download link
- true
- false
- This alternative mode ensures the automatic rendering of a download link