0.1.3 • Published 8 months ago

oktjs v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

oktjs

Port of Open Korean Text to JavaScript; it has no external dependencies, and runs in the browser.

Note that a modern browser with support for ES2018 RegExp unicode escapes is necessary.

Try it online!

Building

To build Oktjs, the following must be installed:

  • A JDK.
  • sbt to compile the Scala code.
  • yarn to fetch dependencies and bundle the JavaScript code.

Then, yarn can be used:

$ yarn build

Details

Oktjs uses Scala.js to compile Open Korean Text to JavaScript, so it is cloned as a submodule to use its sources. A few changes are required to make it work with JavaScript: