overleaf/services/web/frontend/js/features/source-editor/hunspell/wasm
Alf Eaton e99ae3a459 Add Hunspell README (#20872)
GitOrigin-RevId: 0b02a1a03e467d0857766e70e3a3862f939c773c
2024-10-14 11:05:17 +00:00
..
hunspell.d.ts Use Hunspell for client-side spellchecking (#20286) 2024-10-14 10:58:36 +00:00
hunspell.mjs Use Hunspell for client-side spellchecking (#20286) 2024-10-14 10:58:36 +00:00
hunspell.wasm Use Hunspell for client-side spellchecking (#20286) 2024-10-14 10:58:36 +00:00
README.md Add Hunspell README (#20872) 2024-10-14 11:05:17 +00:00

Hunspell

The files in this directory are:

  • hunspell.wasm: Hunspell compiled to WebAssembly using Emscripten, via the build.sh script.
  • hunspell.mjs: a JavaScript wrapper for the WebAssembly module, generated by Emscripten.
  • hunspell.d.ts: manually-created types for the exports from the JavaScript module.