How to import node_modules in project and access to them?

I am using last ionic 2 version and trying to import node module in project (https://www.npmjs.com/package/image-grayscale) and I got stuck here, how do I use installed npm package? How to import it in my .ts file? How to call functions from that module? Do I have to edit gulp file or any other file?
Please help