creates video voice memos from audio clips; with bluesky integration. trill.ptr.pet
at main 264 B view raw
1import { ark } from '@ark-ui/solid' 2import type { ComponentProps } from 'solid-js' 3import { styled } from 'styled-system/jsx' 4import { link } from 'styled-system/recipes' 5 6export type LinkProps = ComponentProps<typeof Link> 7export const Link = styled(ark.a, link)