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
- Host: GitHub
- URL: https://github.com/kindlychung/sjs-crc32
- Owner: kindlychung
- Created: 2015-11-05T22:02:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-04T12:39:32.000Z (over 9 years ago)
- Last Synced: 2025-02-10T21:46:57.086Z (4 months ago)
- Language: JavaScript
- Size: 395 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).