mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
feat(plugin): imgtogif (#101)
* Added an "imgtogif" to convert an image to gif. Currently working on making it fetch the width/height of the image, so it's 512x512 for now. * fix(install): script url The Linux installer script is actually named install.sh and not installer.sh. Thats why I got a 404 Error. Exchanging the URL will fix it. I successfully tested it on my CachyOS (Arch Linux) install. * commit * put imgtogif to equicordplugins --------- Co-authored-by: thororen1234 <thororen1234@users.noreply.github.com> Co-authored-by: RTBGG <12652550+RTBGG@users.noreply.github.com> Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
66c24b2878
commit
03a1391312
2 changed files with 149 additions and 0 deletions
|
@ -256,6 +256,10 @@ export const Devs = /* #__PURE__*/ Object.freeze({
|
|||
name: "Alyxia Sother",
|
||||
id: 952185386350829688n
|
||||
},
|
||||
zyqunix: {
|
||||
name: "zyqunix",
|
||||
id: 1201415921802170388n
|
||||
},
|
||||
Remty: {
|
||||
name: "Remty",
|
||||
id: 335055032204656642n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue