simplebig

0.0.3 • Public • Published

SimpleBig

繁体、简体字符转换工具

Install

npm install simplebig

Usage

S = require("simplebig");
console.log(S.t2s("東加拿大"));//东加拿大
console.log(S.t2s("太古遺產"));//太古遗产
console.log(S.s2t("繁体中文"));//繁體中文
//bind functions to String.prototype
S.attach();
console.log("香港動漫".t2s());//香港动漫
console.log("夜莺工作室".s2t());//夜鶯工作室

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    10
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    10
  • 0.0.2
    2
  • 0.0.1
    2

Package Sidebar

Install

npm i simplebig

Weekly Downloads

11

Version

0.0.3

License

BSD

Last publish

Collaborators

  • robinqu