feature: Make certificate frontend only and using react
Canvas rendering on the server is very expensive We should just render on the client since it is faster Can this be done? check https://github.com/abhithory/auth-certficates
Right now downloading a certificate is very slow
@TanmayDhobale if you are free
I would like to take on this issue/enhancement @hkirat. Would be nice to have some guidance though
Hi @hkirat Working on it , I have managed to render the Pdf on client. But for some reason when using canvas library to render the images, it breaks. Trying to find some work arounds. Will raise a PR soon ..