slidev-addon-bluesky
v1.0.0
Published
[](https://www.npmjs.com/package/slidev-addon-bluesky)
Downloads
27
Readme
slidev-addon-bluesky
Slidev component to integrate with Bluesky to render a post in your slides, similar to the Tweet component.
Installation
npm install slidev-addon-blueskyDeclare the addon in your front matter of the slides.md file:
---
addons:
- slidev-addon-bluesky
---Usage
---
layout: default
---
# The following is a Bluesky post
<Bluesky id="at://did:plc:hnlvjno2m7l2kqllgum26bv2/app.bsky.feed.post/3lhr6jiuaqs25" />Props
id: The full Bluesky post ID (you can grab this from the link to share the post as an embed)
Author
Liran Tal [email protected]
