···11+// taken from @atcute/bluesky-richtext-segmenter
22+13import type { Facet, FacetFeature } from './token-to-richtext';
2435export interface RichtextSegment {
+2
src/utils/token-to-richtext.ts
···11+// parts of this code are taken from tangled.sh:@mary.my.id/aglais
22+13import Stack from '@mary/ds-stack';
2435import type { AppBskyRichtextFacet } from '@atcute/bluesky';