Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kdby-io/jongfill
문장에 포함된 한글 문자들을 주어진 종성으로 채웁니다.
https://github.com/kdby-io/jongfill
Last synced: 2 days ago
JSON representation
문장에 포함된 한글 문자들을 주어진 종성으로 채웁니다.
- Host: GitHub
- URL: https://github.com/kdby-io/jongfill
- Owner: kdby-io
- Created: 2018-05-25T16:25:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T06:05:41.000Z (about 6 years ago)
- Last Synced: 2024-10-12T13:26:09.328Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Jongfill
Jongfill은 문장에 포함된 한글 문자들을 주어진 종성으로 채웁니다. **특정 인물**과 전혀 연관이 없습니다.
## 설치하기
```
npm i -S jongfill
```## 사용하기
```js
const jongFill = require('jongfill');jongFill('ㅎ', '죄송합니다') // 죟솧핳닣닿
jongFill('ㅎ', '죄송합니다', { replace: false }) // 죟송합닣닿jongFill('ㄵ', 'Jongfill은 문장에 포함된 한글 문자들을 주어진 종성으로 채웁니다.')
// Jongfill읁 묹잕엕 폱핝됝 핝귽묹잕듡읁 줁얹짅 졵섡읁롡 챉욵닍닩.```
## 라이센스
[WTFPL](http://www.wtfpl.net/txt/copying/)