si-le-mao

Results 1 comments of si-le-mao

> I try this code is ok > > ``` > Font.registerHyphenationCallback(word => word.length === 1 ? [word] : Array.from(word).map(char => char)); > ``` I tried to use this one...