Kaiido / SVG2Bitmap

A small function using the ability of HTMLCanvas element to rasterize svg images
MIT License
18 stars 8 forks source link

Angular 2 ts file for using SVG2Bitmaps #3

Open ankursinghal2005 opened 8 years ago

ankursinghal2005 commented 8 years ago

Hi,

I try to write .ts file to run SVG2Bitmap library in angular2. But it is not working..

Can you please provide the .ts file as other third party library provided as below github.

https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/html2canvas/html2canvas.d.ts

Kaiido commented 8 years ago

I'm sorry, I don't know angular enough to provide it right now. I'll try to learn how to do it in next week. If you succeed on your side, feel free to pull it.

ankursinghal2005 commented 8 years ago

Thanks for your quick reply. I am trying from my side.