gnu: Add js-scianimator.

* gnu/packages/javascript.scm (js-scianimator): New variable.
This commit is contained in:
Ricardo Wurmus 2022-09-28 21:55:45 +02:00
parent 1e7696a95b
commit 2995865758
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -736,6 +736,29 @@ (define-public js-filesaver
external server.")
(license license:expat)))
(define-public js-scianimator
(package
(name "js-scianimator")
(version "1.4")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/brentertz/scianimator.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0b4r6z85gnsjagdchvf1pvrhylfiaidh701hna8jrm0l4kbb735x"))))
(build-system minify-build-system)
(arguments
'(#:javascript-files
(list "assets/js/jquery.scianimator.js")))
(home-page "https://github.com/brentertz/scianimator")
(synopsis "Scientific image animator plugin for jQuery")
(description "SciAnimator provides a simple yet powerful interface for
animating a series of images.")
(license license:expat)))
(define-public mujs
(package
(name "mujs")