cfinke / Typo.js

A client-side JavaScript spellchecker that uses Hunspell-style dictionaries.
Other
501 stars 110 forks source link

update the readme for node_modules #84

Closed chadsteele closed 1 month ago

chadsteele commented 4 months ago

import Typo from "typo-js" var dictionary = new Typo("en_US", false, false, { dictionaryPath: "/node_modules/typo-js/dictionaries" })