// Define your styled text as JSON object. // defineText is a helper function for TypeScript users. const sampleText = defineText({ // text text: `Hello, world! multiline text is supported.`, // text ...
It's surprising how little information you can find on the subject of creating a proper, fast, and feature complete plain text editor. All available information is either very old and not indicative ...