Shayan Zamani

Results 11 comments of Shayan Zamani
trafficstars

> I have noticed an issue with the ampersand character. > > If I write this : `const mytypeWTtxt = new Typewriter('#myDiv', { string: 'business & Co', autostart: true });`...

I'm not sure how it could be solved since the library literally deconstructs letters and adds them the DOM one by one, but this definitely needs to be solved.

> I am also running into this problem, specifically I want to render `>`. > > My (messy) work around for now is to inject the value after the fact:...

> When a soft hyphen (`­`) is rendered by `typeString()`, it correctly breaks the word at the specified point (if needed), but it doesn’t draw the hyphen itself. Have a...

> if you want render this: 😄 > > `typewriter.typeString('A&B') ` > > but got :😠 > > `A&ampB` > > you can try use this :😋 > > `typewriter.typeString('A&B')...

> There is no Persian translation. Hey there, Would you like to assign it to me? I'd be more than happy to contribute to this great source of HTML best...

Actually, I have another problem using this config option. When I try to specify a list of anchor tags to be looked for using `document.querySelectorAll('a')` or anything else, it produces...

Hi, @devongovett Thanks for this awesome tool! Unfortunately, I'm having the exact same issue in an Astro project. Looking for a solution or at least a workaround...

@mattpilott thanks for the snippet, it works just fine for CSS files. However, a similar strategy doesn't work with styles declared inside the `` block of Astro and Vue components....