Xportability / css-to-pdf

Convert any HTML page or region to PDF - supports CSS, SVG, embedded XML objects, and more..
http://www.cloudformatter.com/CSS2Pdf
206 stars 78 forks source link

Create functions instead of extending String prototype #55

Open JoshuaCWebDeveloper opened 7 years ago

JoshuaCWebDeveloper commented 7 years ago

I don't believe the ease of having a string method justifies the risk of extending a native type in this case, and it was breaking another library with bugs that were very hard to diagnose.