Open cophiesarius opened 2 years ago
I think you can use a custom splitter like this.
var demo7 = new CircleType( document.getElementById('demo7'), (string) => (string + ' ').split('') );
Here is the demo. https://codepen.io/tomoyakuroda/pen/rNJBxJo
Firstly thank you for your work!
Unfortunatley I'm experiencing an Issue regarding whitespaces at the end or beginning of a text I'm using CircleType on. It seems that the whitespaces are being ignored, resulting in an uneven result when using some seperators like this:
I also tried using protected whitespaces like ' ' or ' ' but without success.
Would it be possible to take ending or beginning whitespaces into account when using CircleType?
Thanks and Greetings from Germany!