You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A nice solution might be to save as PDF using html2pdf. But that adds almost a megabyte of JS code. The whole system is around 3Mb, so this is pretty high overhead. We could load it lazily, which means it only works when we're online. Not very attractive either.
The browser can sort of do this for us, but:
a. This adds unwanted Browser chrome/boilerplate.
b. Doesn't work in standalone app.
The text was updated successfully, but these errors were encountered: