I tried installing paperjs by using the command
sudo npm install paper
in my angular app folder. Paper seems to appear in node_modules folder, however when I try to import it using
import { Paper } from '@paper'
it doesn't find paper module. How do I include the paper module in angular2?
Following this thread there is no official typescript support yet. However, there is an unofficial typescript definition for paperJS here