Hello and thank you for creating this package, it's worked great so far. Currently I am trying to use it to render a series of strings that all start with the same letter and loop continuously. It does as I would expect through the array and only backspaces to the first letter, then continues the cycle. On the end of the array it completely backspaces and starts over new, which makes sense, but I was wondering if there was a workaround for this? I would like the first letter to always be there, even at the end of the loop. For my use case it would look better and prevent height issues. Is there a way to do this?
Hello and thank you for creating this package, it's worked great so far. Currently I am trying to use it to render a series of strings that all start with the same letter and loop continuously. It does as I would expect through the array and only backspaces to the first letter, then continues the cycle. On the end of the array it completely backspaces and starts over new, which makes sense, but I was wondering if there was a workaround for this? I would like the first letter to always be there, even at the end of the loop. For my use case it would look better and prevent height issues. Is there a way to do this?