0.1.0 • Published 2 years ago

react-native-hiragana v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-hiragana

A React Native module for converting Japanese sentence to hiragana

Installation

npm install react-native-hiragana

Usage

import { convert } from "react-native-hiragana";

// ...

const result = await convert("私の部屋は、きれいで、静かで、とても好き");

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library