unjs/uqr

Incorrect JSDoc description for `renderSVG`

TheCommieAxolotl opened this issue · 2 comments

The JSDoc typings for renderSVG incorrectly label it as renderANSI.

/**
- * Render QR Code with ANSI color for terminal
+ * Render QR Code as SVG string
 */
antfu commented

Nice catch, interested in sending a quick PR? Thanks

I have made a PR for this.. This is my first time contributing in open source.. do let me know if i have to change anything. 🚀 @antfu