unidata16
v0.3.1
Published
This library provides a collection of Unicode data for various characters.
Downloads
8
Readme
@j3lte/unidata
Overview
This library provides a collection of Unicode data for various characters.
This library uses Unicode version 16.0.0
Installation
Main package is released on JSR, see here
NPM
npm install unidata16
Usage
import { CharacterSetType, getCharacters } from "@j3lte/unidata"; // or "unidata16" if you installed via NPM
const characters = getCharacters(CharacterSetType.Alchemical_Symbols);
console.log(characters);
Acknowledgements
- This library is based on the excellent Node.js library unidata
- The original library is Unicode version 13.0.0