-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
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
[Challenge] Create a rich text paragraph component #440
Labels
Comments
Forget the approach metioned before, right now the author of the libs says: parse the text, create a paragraph or similar then use HTML2Canvas (or similar library to convert it to image) |
oleojake
added a commit
that referenced
this issue
Dec 31, 2024
oleojake
added a commit
that referenced
this issue
Dec 31, 2024
oleojake
added a commit
that referenced
this issue
Dec 31, 2024
brauliodiez
added a commit
that referenced
this issue
Jan 1, 2025
oleojake
added a commit
that referenced
this issue
Jan 2, 2025
brauliodiez
added a commit
that referenced
this issue
Jan 2, 2025
…paragraph-component Feature/#440 create rich text paragraph component
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a rich text paragraph component.
It should allow the user:
\n
like character, or if the text doesn't fit in the line.A sample of the text:
The expected result
We can use @deletidev consts to make this more accurate.
Some tips to get started reasearching this (chat GPT magic :P):
## Objective:
You want to render multiline text with bold and italic markdown formatting using React Konva. Additionally, if a line of text exceeds the width of a shape, it should automatically wrap onto the next line.
Steps:
See comment below
The text was updated successfully, but these errors were encountered: