// Copyright 2025 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only import React from 'react'; import type { Meta } from '@storybook/react'; import { FunSticker, type FunStickerProps } from './FunSticker.dom.tsx'; export default { title: 'Components/Fun/FunSticker', } satisfies Meta; export function Default(): React.JSX.Element { return ( <>

with reduce motion:

without reduce motion:

); }