mirror of
https://github.com/misskey-dev/summaly.git
synced 2025-08-04 07:16:30 +09:00
* feat: add oEmbed support * more safelisted features * fix the syntax * Update README.md * permissions * names * playerを使うように * fix type error * support width (for size ratio) * test for type: video * nullable width * restore max height test * ignored permissions * restore autoplay * Use WHATWG URL --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
8 lines
137 B
JSON
8 lines
137 B
JSON
{
|
|
"version": "1.0",
|
|
"type": "rich",
|
|
"html": "<div><iframe src='https://example.com/'></iframe>",
|
|
"width": 500,
|
|
"height": 300
|
|
}
|