l0rinc / raphael-scala-js

A Scala.js binding for Raphael.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raphael-Scala-js

A Scala.js binding for Raphael.js

To add Raphael-Scala-js to your Scala.js project include it in the build.sbt

resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"

libraryDependencies ++= Seq(
  "com.github.yoeluk" %%% "raphael-scala-js" % "0.2-SNAPSHOT"
)

License

The code is available under Apache 2 license. Feel free to contribute to it or to fork it.

About

A Scala.js binding for Raphael.js


Languages

Language:Scala 95.8%Language:HTML 4.2%