JSPM

  • Created
  • Published
  • Downloads 47
  • Score
    100M100P100Q57839F

3D visualization library

Package Exports

  • k3d
  • k3d/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (k3d) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

K3D - a 3D visualization library

Requires

  • node.js
  • grunt + plugins

Note
Run npm install before any usage or to update dependencies

Available commands

  • grunt serve - a developer build (open a window browser with live-reload)
  • grunt test - to run Unit tests (karma + jasmine + firefox)
  • grunt doc - to build source code documentation; output folder: ./doc/
  • grunt codeStyle - to check coding style & standards

How to

Please make sure to take a look at the HOW-TO.md document.