mylesshie
Results
2
issues of
mylesshie
if i use `import` to import `.less` file, it doesn't work well, must use require.
In my React App, I use it like this: ``` var Typo = require("typo-js"); var dictionary = new Typo("en_US", false, false, { dictionaryPath: "typo-js/dictionaries" }); ``` the borwser can load...