graphemecluster
graphemecluster
See #29 for an article that compares both libraries. IMO README is not the ideal place to do so as one may find it provocative.
- ToJyutping 嘅數據係從 [Visual Fonts](https://visual-fonts.com) extract 出嚟嘅,字音問題可以直接同 Visual Fonts 作者反映。 - Visual Fonts 作者自己的確有提供有得揀口語同書面語嘅[轉換器](https://visual-fonts.com/cantonese-font-text-pre-processor/),佢喺[呢篇文章](https://visual-fonts.com/2024/05/canto-font-pre-processor-keywords-style-toggle/)有簡短説明。但係呢個轉換器嘅數據係閉源嘅,我哋冇辦法攞到。而且到時呢個轉換器有機會變成收費服務。 - 至於 compile dictionary 嗰部分嘅原始碼我遲啲可以公開,暫時可以睇住 https://github.com/CanCLID/to-jyutping/pull/2 同 https://github.com/CanCLID/to-jyutping/pull/3 先。
> CJS just seems redundant 🤔 Actually [I once thought so too](https://github.com/CanCLID/to-jyutping/pull/5#issuecomment-2241717516) (but nevertheless merged that PR. I forgot the reason why). Let’s remove it
I would like to try [@microsoft/api-extractor](https://api-extractor.com), but I don’t think I’ll have the time to dig into it anytime soon. Help me take a look into it if you’ve got...
@syimyuzya I don’t think the entire type definition is currently in a usable state: https://arethetypeswrong.github.io/?p=tshet-uinh%400.15.1 So it seems crucial to give it a fix soon. P.S. Be careful not to...
@ayaka14732 有甚麼要改嗎,你放到用户文件夾試一次對比一下啊
我想將粵拼反查鍵改成 `~` ,避免誤觸(這也是為甚麼 TypeDuck 把所有反查都改成 `` ` `` + 字母鍵),也和三拼方案保持一致,@ayaka14732 @syimyuzya 怎麼看?
Version 0.2 already supports some style operations such as font size and color. I can add font family support with slight changes to the code.
Will, but we haven’t released v0.2 yet.
Basically you return something like `` ({ f, b }) => f`Hello ${b`bold text`}` ``, but `font` isn’t supported yet.