Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (30 loc) · 1.02 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.02 KB

Maunium sticker picker

A fast and simple Matrix sticker picker widget. Tested on Element Web, Android & iOS.


Adding the MPD sticker pack

Using the /devtools command on Element Web, edit the m.widgets account data event, then replace the content with:

{
    "stickerpicker": {
        "content": {
            "type": "m.stickerpicker",
            "url": "https://mediaplay-discord.github.io/stickerpicker/web?theme=$theme",
            "name": "Stickerpicker",
            "data": {}
        },
        "sender": "@you:matrix.server.name",
        "state_key": "stickerpicker",
        "type": "m.widget",
        "id": "stickerpicker"
    }
}

You can also get the MPD sticker pack folder (web/packs/MPD-Sticker-Pack.json and index.json) if you'd like to create a sticker pack on your own stickerpicker.


Preview

Element Web

Element Web

Element Android

Element Android

Element iOS (dark theme)

Element iOS