skyra-project / discord-components

Discord Webcomponents for real looking messages on the web
MIT License
244 stars 31 forks source link

request: video attachments #410

Closed favna closed 2 weeks ago

favna commented 2 weeks ago

Is there an existing issue or pull request for this?

Feature description

This is a follow-up from #258.

Now that this library has a separation between image and file attachments, we should also have support for video attachments.

Desired solution

A component that gets as close as possible to how Discord renders audio components:

image

We are likely heavily limited by the audio component that browsers offer: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video

Alternatives considered

N.A.

Additional context

No response