donmccurdy / KTX-Parse

KTX 2.0 (.ktx2) parser and serializer.
MIT License
48 stars 7 forks source link

fix: remove unnecessary Buffer.from usage #148

Closed yue4u closed 2 months ago

yue4u commented 2 months ago

close #147

codecov-commenter commented 2 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Please upload report for BASE (main@8195937). Learn more about missing BASE report.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #148 +/- ## ======================================= Coverage ? 98.66% ======================================= Files ? 7 Lines ? 1425 Branches ? 52 ======================================= Hits ? 1406 Misses ? 19 Partials ? 0 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

donmccurdy commented 2 months ago

Thank you! Wasn't aware that TextEncoder/TextDecoder were globals in Node.js now. 🎊