We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.png
.jpg
.jpeg
.gif
<Image />
.mkv
.mov
.webm
.mp4
<Video />
.txt
.text
<Text />
You get the idea. Video might be out of the question for now, due to storage limits...
The text was updated successfully, but these errors were encountered:
kmeyerhofer
No branches or pull requests
.png
,.jpg
/.jpeg
,.gif
, etc... we'll render it as an<Image />
component.mkv
,.mov
,.webm
,.mp4
, etc... we'll render it as a<Video />
component.txt
,.text
, we'll render it as a<Text />
componentYou get the idea. Video might be out of the question for now, due to storage limits...
The text was updated successfully, but these errors were encountered: