tweet/youtubeをSvelteにEmbedしたいときに参考になるライブライ
https://github.com/spences10/sveltekit-embed
<script>
import { Tweet } from 'sveltekit-embed'
</script>
<Tweet tweetLink="adamwathan/status/959078631434731521" />
<script>
import { YouTube } from 'sveltekit-embed'
</script>
<YouTube youTubeId="L7_z8rcbFPg" />
のような書き方ができます。
Markdown-itなど直接Componentとして解析が難しい場合はtweet.svelteなどに参照するといいです、例のライブライでは一つのファイルで必要な機能を全部完結しているので。
余談ですが、そのライブライが対応しているサービスに知らないものがいっぱいあってちょっとびっくり、世界って広いですね。日本の場合はTweet、Youtube、Spotify、Slidesだけ対応しておけば大丈夫なイメージがありますが。
1
0
件のコメント
ページの最後