diff --git a/src/lib/Text.ts b/src/lib/Text.ts index 45aacae..302b3c2 100644 --- a/src/lib/Text.ts +++ b/src/lib/Text.ts @@ -287,6 +287,7 @@ export class Text { public toJSON() { return this.nodes; } + /** * Convert the text to string representation, that can be used for rendering. *