[READ-ONLY] Mirror of https://github.com/flo-bit/bluesky-wordcloud. showing a wordcloud of all english bluesky posts in the last 10 seconds flo-bit.dev/bluesky-visualizers/wordcloud
0

Configure Feed

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

bluesky-wordcloud / postcss.config.js
73 B 6 lines
1export default { 2 plugins: { 3 tailwindcss: {}, 4 autoprefixer: {} 5 } 6};