5f3e9f5
1
2
3
4
5
6
import TextToVideo from './TextToVideo' export default function HtmlToVideo() { return <TextToVideo sourceMode="html" /> }