Replies: 1 comment
-
They store a trie for the line break rules as defined in https://github.com/niklasvh/css-line-break/blob/master/src/LineBreak.txt which are used to determine where it is possible to perform a line break. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Looking at the source code link on https://html2canvas.hertzen.com/ I can see there are some base64 strings that look to come from some utility libraries by the same author (css-line-break and text-segmentation) and I'd like to better understand what they are for.
We are interested in using this library but these base64 strings have been flagged as a concern for security - can someone advise and help me better understand what these are doing and why they are required
Beta Was this translation helpful? Give feedback.
All reactions