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?