Chinese Conversion API between Traditional Chinese (zh-tw) and Simplified Chinese (zh-cn)

It is a JavaScript library for the conversion of chinese characters.

As of 2021-08-06. See the latest version.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greatest.deepsurf.us/scripts/430412/957739/Chinese%20Conversion%20API%20between%20Traditional%20Chinese%20%28zh-tw%29%20and%20Simplified%20Chinese%20%28zh-cn%29.js

Author
𝖢𝖸 𝖥𝗎𝗇𝗀
Version
1.0
Created
2021-08-06
Updated
2021-08-06
Size
142 KB
License
MIT

usage:

@require https://greatest.deepsurf.us/xxxxxx.js

console.log(ChineseConversionAPI.sc2tc('我爱吃面包')); //我愛吃麵包
console.log(ChineseConversionAPI.tc2sc('我愛吃麵包')); //我爱吃面包