baygeldin / fullwidth

Fullwidth text converter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fullwidth Build Status

Simple text to fullwidth text converter. Reliable, well tested, fast.

Installation & usage

$ npm install fullwidth
import fullwidth from 'fullwidth'
console.log(fullwidth('Hello, 世界!')) // Hello, 世界!

About

Fullwidth text converter.

License:MIT License


Languages

Language:JavaScript 100.0%