Steps to create an image on Canva,
This is a step by step approach on how to create an image on Canva.com for free:
Open your browser (chrome, firefox, safari)
Go to canva.com
create an account using your email address
Select a template and start editing
Click on share to share or download your edited template
This is a simple approach on how to create your first image:
const handleCommentSubmit = async () => {
const text = commentTextareaRef.current?.value || ''
if (!text.trim()) return
const res = await submitCommentAction(post.id, text)
if (res.success && res.comment) {
setLocalComments((prev) => [res.comment as TComment, ...prev])
if (commentTextareaRef.current) {
commentTextareaRef.current.value = ''
}
} else {
alert(res.error || 'Failed to submit comment.')
}
}I know, I know, this is impressive. It’s only the tip of the iceberg though. Give it a try and click a little bit around. Don’t forget to check my other blog post on this topic.
Do hard things, never wish the easy way out 👏
— John Doe



I am open for correction guyzz.
Thanks for the correction in advance y'all, stay blessed.