UNPKG

imagemapchart

Version:

hover and click behavior for an imagemap

17 lines (10 loc) 174 B
OUTPUT_PATH=node_modules JS_FILES=src test all: clean test eslint include js.mk clean: rm -rf $(OUTPUT_PATH) build: $(JS_SENTINAL) npm install test: build npm test