An open API service indexing awesome lists of open source software.

https://github.com/syuilo/nyaize

Fast, unopinionated, minimalist なをにゃにするやーつ for JavaScript
https://github.com/syuilo/nyaize

Last synced: about 1 year ago
JSON representation

Fast, unopinionated, minimalist なをにゃにするやーつ for JavaScript

Awesome Lists containing this project

README

          

nyaize
-------------------------------

[![][npm-badge]][npm-link]
[![][mit-badge]][mit]

Nyaization a text

## Install
``` shell
$ npm install nyaize
```

## Usage
``` javascript
nyaize(text)
```

## Example
``` javascript
import nyaize from 'nyaize';

nyaize('ひなビタはいいぞ'); // => 'ひにゃビタはいいぞ'
```

## License
[MIT](LICENSE)

[npm-link]: https://www.npmjs.com/package/nyaize
[npm-badge]: https://img.shields.io/npm/v/nyaize.svg?style=flat-square
[mit]: http://opensource.org/licenses/MIT
[mit-badge]: https://img.shields.io/badge/license-MIT-444444.svg?style=flat-square