https://github.com/baygeldin/fullwidth
Fullwidth text converter.
https://github.com/baygeldin/fullwidth
fullwidth nodejs text
Last synced: 4 months ago
JSON representation
Fullwidth text converter.
- Host: GitHub
- URL: https://github.com/baygeldin/fullwidth
- Owner: baygeldin
- License: mit
- Created: 2016-03-24T23:42:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-27T10:17:53.000Z (about 4 years ago)
- Last Synced: 2025-03-17T07:51:25.987Z (4 months ago)
- Topics: fullwidth, nodejs, text
- Language: JavaScript
- Size: 16.6 KB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fullwidth [](https://travis-ci.org/baygeldin/fullwidth)
Simple text to fullwidth text converter. Reliable, well tested, fast.### Installation & usage
```
$ npm install fullwidth
``````javascript
import fullwidth from 'fullwidth'
console.log(fullwidth('Hello, 世界!')) // Hello, 世界!
```