change transparent color into white in html2canvas

后端 未结 1 350
囚心锁ツ
囚心锁ツ 2021-01-18 15:18

I am using javascript library html2canvas to save the table of my project. It works fine but when I save the image it shows transparent background color for PNG and backgrou

1条回答
  •  一向
    一向 (楼主)
    2021-01-18 15:44

    simply add css background-color:#ffffff to your table :)

    hope this helps

    0 讨论(0)
提交回复
热议问题