tagmap.js

v1.0.8
An occlusion-free label layout on the map or other 2D spaces. Implemented in JavaScript.
tagmap tag map word cloud tag cloud

lint

eslint src test

build:source

rimraf dist/ && babel src/ --out-dir dist/

build:tests

rimraf test-dist/ && babel test/ --out-dir test-dist/

clean

rimraf dist/ && rimraf test-dist/

build

npm run build:source && npm run build:tests

test

node node_modules/mocha/bin/mocha --reporter spec --timeout 15000 test-dist/*

Metadata

  • MIT
  • Whatever
  • Jiawei Zhang
  • released 8/19/2017

Downloads

Maintainers