@numerals/hieroglyphic
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

@numerals/hieroglyphic

Version License: GPLv3 Coverage Github workflow

@numerals/hieroglyphic is a package for converting number into hieroglyphic numeral.

2 -> 𓏻

How to use

npm:

npm i @numerals/hieroglyphic

yarn:

yarn add @numerals/hieroglyphic

Type Script:

import { convert } from '@numerals/hieroglyphic';
console.log(convert(1)); // 𓏺
console.log(convert(2)); // 𓏻
console.log(convert(10)); // 𓎆
console.log(convert(1000)); // 𓂭

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @numerals/hieroglyphic

      Weekly Downloads

      1

      Version

      0.0.2

      License

      ISC

      Unpacked Size

      10.3 kB

      Total Files

      8

      Last publish

      Collaborators

      • amerharb