pangunode
v0.1.0
Published
Spacing texts in Node.js!
Downloads
41
Maintainers
Readme
pangu.node
Spacing texts in Node.js!
The algorithm is from paranoid-auto-spacing
Getting Started
Install the module with: npm install --save pangunode
var pangunode = require('pangunode');
pangunode('應該nothing happen');
// => 應該 nothing happen
pangunode('u請問Jackie的鼻子有幾個S');
// => u 請問 Jackie 的鼻子有幾個 S
License
Copyright (c) 2014 Huei Tan. Licensed under the MIT license.