-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest.ts
More file actions
36 lines (33 loc) · 751 Bytes
/
Copy pathtest.ts
File metadata and controls
36 lines (33 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
import tone, { symbols } from './index.js'
make('byu^dy')
make('diU--U-m')
make('ky~O!n')
// make('ny~O-O+')
// make('uu--u-y')
// make('e-Qi-Qo$-')
// make('a-a+fa+')
// make('a-a-kpo$&-')
// make('a-a+ri&+')
// make('aa+si-ki+')
// make('a+a+si-kiri-imu-')
// make('aa+xa+a-ita-')
// make('a-a-wE-')
// make('a-a-yo-')
// make('Omo$&lE-')
// make('ya-u+ya-u+u-')
// make('ka@ga@sh~Uqdjy~a@')
// make('ka@_ga@hha@da@')
// make('ka@ga@VoVo')
// make('sa!a--a-w')
// make("sO-!O--p'!")
// make('oia')
// make('oyawi')
// make('blartxUnnak')
// make('sOfIstUkeytId')
// make('suprkAlUfrAdjUlIstIkEkspiAlOdoxOs')
// make('spri^qkl')
console.log(symbols)
function make(a: string) {
console.log('text => ' + a)
console.log(' font => ' + tone(a))
}