embiem / react-canvas-draw

React Component for drawing in canvas
https://embiem.github.io/react-canvas-draw/
MIT License
892 stars 315 forks source link

saveData size and length #105

Closed aboveyunhai closed 3 years ago

aboveyunhai commented 3 years ago

@embiem Just a question regarding the data format and string length. If I want to save the data into any sort of databases, is there anything I need to concern about.

I just realize that the saveData in term of string length is very long with only fewer lines, even though I had set the data field with unlimited length. I wonder is there any ways I can chuck down the size?

aboveyunhai commented 3 years ago

Oops, Just found there is a tip section about my question.