foliojs / png.js

A (animated) PNG decoder in JavaScript for the HTML5 canvas element and Node.js
http://devongovett.github.com/png.js
MIT License
489 stars 92 forks source link

png-js in angular #39

Open eserkandogan opened 6 years ago

eserkandogan commented 6 years ago

Hi,

I would like to use client-side png decoder with angular, installed png-js, and imported as: import * PNG from png-js'

but when I examine in browser PNG it is coming from png-node.js. How can I tell it to use png.js (used for client side)?

**Note sorry for sending this as an issue (obviously it is not) but I couldn't find a forum to ask my question.

Thanks.