Text Codec
@borewit/text-codec
Text Decoder
Utilities
TextDecoder
TextEncoder
decoder
decoding
encod
encoding
decode
text
ascii
utf-8
Stars
1
Weekly
0
Open issues
0
Bundle
~60 kB
Installation
npm install @borewit/text-codecCode example
import { useTextCodec } from "@borewit/text-codec";
export function Example() {
const value = useTextCodec();
return <p>{String(value)}</p>;
}Pros & cons
Pros
- Actively maintained by Borewit
- 0 weekly downloads. Battle tested
- First-class TypeScript definitions
- MIT licensed
Considerations
- Adds roughly ~60 kB to your bundle
- Needs client-only rendering in SSR frameworks
- Not supported in React Native
- 0 open issues on GitHub