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:
Creation's 2024-10-08 12:01:51 -04:00 committed by GitHub
parent a8df70ab0f
commit ef74368a2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 470 additions and 11 deletions

View file

@ -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