Neo

Results 3 issues of Neo

![notID](https://user-images.githubusercontent.com/30168906/131960963-7360df31-a203-45f4-89f8-cd45cac79db4.PNG) Can i give the object an id? after draw svg. I'd appreciate it if you could tell me how to do it. thanks!

There are some unresolved issues while using zrender. (renderer : SVG) I need advice. 1. Text issue how do implement Text-decoration? ![decoration](https://user-images.githubusercontent.com/30168906/131461181-4bd020ae-19db-4882-a539-65549f4c95df.png) i need underLine and line-through, but not exist...

경로: src/chat.ts 이슈: 특정 스트리머의 경우 chatChannelId 값이 없는경우가 간헐적으로 있음. ` const serverId = Math.abs( this.options.chatChannelId.split("") .map(c => c.charCodeAt(0)) .reduce((a, b) => a + b) ) % 9 +...