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 en_us files correctly, but when I use dictionary.check(), all the words return the false.
In my React App, I use it like this:
the borwser can load en_us files correctly, but when I use dictionary.check(), all the words return the false.