a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(bluesky): nit

Mary 359ed3b1 ccff5aa5

+1 -1
+1 -1
packages/definitions/bluesky/README.md
··· 27 27 import '@atcute/bluesky/lexicons'; 28 28 ``` 29 29 30 - newly added lexicons should be available in `@atcute/client/lexicons` 30 + newly added lexicons are augmented to `@atcute/client/lexicons` module 31 31 32 32 ```ts 33 33 import type { AppBskyFeedPost, AppBskyRichtextFacet, Brand } from '@atcute/client/lexicons';