0.1.6 • Published 7 days ago

japanjs v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 days ago

JapanJS

JapanJS は日本特有の機能を提供するライブラリです。 カナ変換、都道府県の一覧データなど、日本特有のめんどくさい実装を肩代わりします。Tree Shaking なライブラリなのでバンドルサイズが重くなりません。

JapanJS is a library that provides Japan-specific functions. It is a tree-shaking library, so the bundle size is not heavy.

  • カナ変換
  • 都道府県一覧
  • 国民の祝日一覧

Usage

import { Character } from 'jspanjs';

console.log(Character.toHiragana('カタカナ'))
// かたかな

Character.toKatakana('ひらがな')
// ヒラガナ

Document

japanjs.org

0.1.6

7 days ago

0.1.5

9 days ago

0.1.2

3 months ago

0.1.4

3 months ago

0.1.3

3 months ago

0.1.1

3 months ago

0.1.0

3 months ago

1.0.0

3 months ago

0.0.0

4 months ago