You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
U can't call packages in the browser. Use them in node js instead.
I use Sveltekit and put them to a page server ts which uses node js in the background.
importKuroshirofrom'kuroshiro';importKuromojiAnalyzerfrom'kuroshiro-analyzer-kuromoji';constkuroshiro=newKuroshiro();exportconstload=async()=>{awaitkuroshiro.init(newKuromojiAnalyzer());constresult=awaitkuroshiro.convert('感じ取れたら手を繋ごう、重なるのは人生のライン and レミリア最高!',{to: 'hiragana',mode: 'furigana'});return{ result };};
The text was updated successfully, but these errors were encountered: