Packages
Explore the UCD.js package ecosystem.
UCD.js is organized as a monorepo with multiple packages, each serving a specific purpose in working with Unicode Character Database.
Core Packages
Schemas & Generation
Utilities
Package Compatibility
All packages are:
- Built with TypeScript for full type safety
- Distributed as ES modules
- Compatible with Node.js >= 22.18
- Tree-shakable for optimal bundle sizes
Installation
Install individual packages as needed:
npm
npm install @ucdjs/ucd-store
pnpm
pnpm add @ucdjs/ucd-store
yarn
yarn add @ucdjs/ucd-store