using html2canvas for capture button, but it does not work with SVG CSS
... | ... | @@ -30,7 +30,8 @@ |
"vue-template-compiler": "^2.5.2", | ||
"vue-async-computed": "^3.3.1", | ||
"vuex": "^2.5.0", | ||
"object-path": "^0.11.4" | ||
"object-path": "^0.11.4", | ||
"html2canvas": "^1.0.0-alpha.9" | ||
}, | ||
"devDependencies": { | ||
"babel-core": "7.0.0-alpha.3", | ||
... | ... |
Please register or sign in to comment