pangunode

0.1.0 • Public • Published

pangu.node Build Status

Spacing texts in Node.js!

DEMO in browser

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.

Package Sidebar

Install

npm i pangunode

Weekly Downloads

2

Version

0.1.0

License

MIT

Last publish

Collaborators

  • hueitan