image-sequencer

v3.3.1
A modular JavaScript image manipulation library modeled on a storyboard.
images Public Lab

debug

TEST=true node ./index.js -i ./examples/images/monarch.png -s invert

test

TEST=true istanbul cover tape test/core/*.js test/core/ui/user-interface.js test/core/modules/canvas-resize.js test/core/modules/QR.js test/core/modules/crop.js | tap-spec; browserify test/core/modules/image-sequencer.js test/core/modules/chain.js test/core/modules/meta-modules.js test/core/modules/replace.js test/core/modules/import-export.js test/core/modules/run.js test/core/modules/dynamic-imports.js test/core/util/parse-input.js test/core/modules/benchmark.js| tape-run --render="tap-spec"

test-ui

jasmine test/spec/*.js

setup

npm i && npm i -g grunt grunt-cli && grunt build

start

grunt serve

Metadata

  • GPL-3.0
  • Whatever
  • Public Lab
  • released 4/30/2019

Downloads