An open API service indexing awesome lists of open source software.

https://github.com/kindlychung/sjs-crc32

Scala.js facade to the crc32 javascript library
https://github.com/kindlychung/sjs-crc32

Last synced: about 2 months ago
JSON representation

Scala.js facade to the crc32 javascript library

Awesome Lists containing this project

README

        

# Scala.js facade to the crc32 javascript library

Js code is here: https://github.com/SheetJS/js-crc32

## Usage

Add it in your build.sbt at the end of resolvers:

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.kindlychung" %%% "sjs-crc32" % "0.1"

Also see [this file](https://github.com/kindlychung/sjs-crc32/blob/master/src/main/scala/vu/co/kaiyin/crc32js/Main.scala).