iiif-evented-canvas

v0.0.1-alpha-1
An observable representation for IIIF canvases and their image resources to ease rendering management.
iiif manifest visualisation

serve

webpack-dev-server

test

jasmine

check-coverage

nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100

report-coverage

cat ./coverage/lcov.info | codecov

cover

nyc npm t

prebuild

rimraf dist

build

npm-run-all --parallel build:*

build:main

babel --copy-files --out-dir dist --ignore *.test.js src

build:umd

webpack --output-filename dist/iiif-evented-canvas.umd.js

build:umd.min

webpack --output-filename dist/iiif-evented-canvas.umd.min.js

watch:test

npm t -- --watch

Metadata

Downloads

Maintainers