Skip to content

Files

Latest commit

ca096a6 · Dec 20, 2014

History

History
This branch is 529 commits behind CreateJS/EaselJS:master.

tests

Setup and run tests

  • Run via Grunt
    • Install dependencies; npm install;
    • Run tests in browser: grunt;
    • Run headless: grunt jasmine;

Install headless version

Gotchas when installing node-canvas

# Is you receive this error: 
Error "Package xcb-shm was not found in the pkg-config search path." ...

# Run this
export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig:$PKG_CONFIG_PATH

# Source:
https://github.com/Homebrew/homebrew/issues/14123