https://github.com/kindlychung/sjs-katex
# Scala.js facade to the katex javascript library
https://github.com/kindlychung/sjs-katex
Last synced: 2 months ago
JSON representation
# Scala.js facade to the katex javascript library
- Host: GitHub
- URL: https://github.com/kindlychung/sjs-katex
- Owner: kindlychung
- Created: 2015-11-06T15:22:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-08T20:59:56.000Z (over 9 years ago)
- Last Synced: 2025-02-10T21:46:58.207Z (4 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Scala.js facade to the katex javascript library
Katex is a javascript renderer for math equations, this project provides a facade to call katex code from Scala.js.
## Usage
Add it in your build.sbt at the end of resolvers:
resolvers += "jitpack" at "https://jitpack.io"
libraryDependencies += "com.github.kindlychung" % "sjs-katex" % "0.1"
Also see [this file](https://github.com/kindlychung/sjs-katex/blob/master/src/main/scala/vu/co/kaiyin/katexjs/Main.scala).