Introduction to es-hangul
maines-hangul is a high-performance library designed for handling Hangul (Korean alphabet) in JavaScript applications. It provides interfaces for common business requirements such as initial consonant (Choseong) search, automatic particle (Josa) attachment, and decomposing/assembling Hangul characters into their constituent parts (Choseong, Jungseong, Jongseong).
Key features include:
- Tree-shakable: Built with ECMAScript Modules, allowing you to include only the functions you use.
- TypeScript Support: Provides strong typing for better developer experience.
- High Performance: Optimized for complex Hangul assembly and disassembly tasks.