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
After install with NPM npm install guesslanguage
I have strange behaviour when importing.
Seems like the module exports a JS object so i have to duplicate and write guessLanguage.guessLanguage.detect
here an example in coffeescript
guessLanguage=require'guesslanguage'guessLanguage.guessLanguage.detecttext,(language)->console.log"language is : "+language
The text was updated successfully, but these errors were encountered:
After install with NPM
npm install guesslanguage
I have strange behaviour when importing.
Seems like the module exports a JS object so i have to duplicate and write
guessLanguage.guessLanguage.detect
here an example in coffeescript
The text was updated successfully, but these errors were encountered: