SoftwareBrothers / better-docs

Beautiful toolbox for jsdoc generated documentation - with 'typescript', `category` and `component` plugins
MIT License
861 stars 127 forks source link

I found that the "btoa" method in the page library has problems parsing Chinese characters, which causes the page example to fail to load. #251

Open Johansenlbw opened 1 year ago

Johansenlbw commented 1 year ago

I suggest that the author can use the "js-base64" library for related base64 encoding and decoding.