UNPKG
opencc-js
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
0.0.2
0.0.1
The JavaScript version of Open Chinese Convert (OpenCC)
github.com/nk2028/opencc-js
nk2028/opencc-js
opencc-js
/
dist
/
esm-lib
/
to
/
index.js
7 lines
(6 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
cn
from
"./cn.js"
;
import
hk
from
"./hk.js"
;
import
tw
from
"./tw.js"
;
import
twp
from
"./twp.js"
;
import
jp
from
"./jp.js"
;
export
{ cn, hk, tw, twp, jp }