UNPKG
jszhuyin
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Smart Chinese Zhuyin Input Method in JavaScript.
github.com/timdream/jszhuyin
timdream/jszhuyin
jszhuyin
/
lib
/
worker.js
10 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
/** * Load JSZhuyin, etc. into a Web Workers. * */
importScripts
(
'bopomofo_encoder.js'
,
'jszhuyin_data_pack.js'
,
'storage.js'
,
'data_loader.js'
,
'jszhuyin.js'
,
'jszhuyin_server.js'
);