0.3.1 • Published 11 months ago

unidata16 v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

@j3lte/unidata

JSR GitHub Release NPM Version License

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

License

MIT License

0.3.1

11 months ago

0.2.4

11 months ago