Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 353 Bytes

sigma.js4scala.js

Scala.js view of sigma.js

Use:

git clone https://github.com/gilcu2/sigma.js4scala.js.git

cd sigma.js4scala.js

sbt publish-local

In your build.sbt

libraryDependencies += "gilcu2" %%% "scala-js-sigma" % "0.1.0-SNAPSHOT"

Dont forget to load "sigma.min.js" in the html

See the examples

If you want contribute make a pull request