react-native-hiragana
v0.1.0
Published
test
Downloads
3
Readme
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