XEOK-49 Include html2canvas as a part of the repository#1567
XEOK-49 Include html2canvas as a part of the repository#1567MichalDybizbanskiCreoox wants to merge 1 commit intomasterfrom
Conversation
|
What is the problem with the npm version? |
|
Hi @Amoki, Negative consequences of relying on the
What do you specifically mean by a "package", size of which would increase? |
|
Hello,
Our package includes html2canvas and Xeokit. Currently, as both html2canvas are in the same version, our packaged code contains it only once. With the PR, the code will be included twice in the packaged code. However, we could revert this commit in our fork |
|
How does your package "include" |
|
The import ../../node_modules doesn't work because xeokit is a lib and not the main project so the node_modules folder is one folder above the xeokit folder. |
This PR incorporates the
html2canvaslibrary as a part of the repository, as opposed to depending on it throughnpm.For details see the relevant ticket at https://creoox.atlassian.net/browse/XEOK-49