Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 430 Bytes

File metadata and controls

22 lines (15 loc) · 430 Bytes

切噜语

Demo: https://pcrbot.github.io/cherugo.js/

原版切噜语 的 JavaScript 实现,与原版兼容

使用

npm i "cherugo@git+https://github.com/yuudi/cherugo.js.git"
import { encode, decode } from "cherugo";
console.log(cherugo.encode("你好"));

构建 demo

webpack ./web/index.js