I'm not able to install the libraries
Where I have to install them and which files must contain?

Now I uncompress this file https://github.com/niklasvh/html2canvas inside "My Site"/libraries/
And I rename the folder "My Site"/libraries/html2canvas

>>FILES OF THE FOLDER<<
CHANGELOG.md
docs (Folder)
examples (Folder)
flow-typed (Folder)
karma.conf.js
karma.js
LICENSE
package-lock.json
package.json
README.md
scripts (Folder)
src (Folder)
tests (Folder)
webpack.config.js
www (Folder)

Comments

otorrents created an issue. See original summary.

otorrents’s picture

Issue summary: View changes
lexbritvin’s picture

According to README, you have to install particular versions of libraries.
"html2canvas": "v0.5.0-beta4" https://github.com/niklasvh/html2canvas/releases/tag/v0.5.0-beta4
"es6-promise": "v4.1.0" https://github.com/stefanpenner/es6-promise/releases/tag/v4.1.0

Follow the readme for further versions.

javiereduardo’s picture

Thanks @lexbritvin

I confirm that using the zip of that version works.

shumer’s picture

Status: Active » Closed (works as designed)