mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-11 23:53:03 -04:00
feat(plugin): ImagePreview (#47)
* add imagePreview plugin, add myself to EquicordDevs constant, and update the readme * Update README.md update additional plugin count * Fix * Fix Dir Name * Fix My Mistake --------- Co-authored-by: thororen1234 <thororen1234@users.noreply.github.com> Co-authored-by: thororen1234 <78185467+thororen1234@users.noreply.github.com>
This commit is contained in:
parent
a8df70ab0f
commit
ef74368a2f
6 changed files with 470 additions and 11 deletions
|
@ -913,6 +913,10 @@ export const EquicordDevs = Object.freeze({
|
|||
name: "arHSM",
|
||||
id: 841509053422632990n
|
||||
},
|
||||
creations: {
|
||||
name: "Creation's",
|
||||
id: 209830981060788225n,
|
||||
}
|
||||
} satisfies Record<string, Dev>);
|
||||
|
||||
// iife so #__PURE__ works correctly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue