// Type definitions for paper.js // Project: https://github.com/LLK/paper.js declare namespace Paper { interface Base { // TODO } interface Matrix { // TODO } interface Tool { // TODO activate(): void; } }