Dan Onoshko
Dan Onoshko
@mvmcorrea Hi. Which version of canvg is installed ? And which node version you use?
@mvmcorrea also be nice if you provide minimal steps to reproduce
@mvmcorrea cant reproduce it locally ``` $ yarn add [email protected] $ node -e "console.log(require('canvg'))" { ... } $ node -e "import('canvg').then(console.log)" { ... } $ node -e "console.log(require('jspdf'))" { ......
@xilin0923 Hi. Please provide minimal repo with reproduction of this issue.
@tianwang8090 @christina-ng Hi! Can you provide more detailed test case?
@dshakya Hi. Please try canvg@v4
@Belisarith Hi! Can you give use case for this?
@gabelerner commit message should contain [`[ci update snapshots]`](https://github.com/canvg/canvg/blob/master/.github/workflows/ci.yml#L32)
@takerusilt You can read about screenshots updating [here](https://github.com/canvg/canvg/pull/1365#issuecomment-791227120) and [here](https://github.com/canvg/canvg/pull/1365#issuecomment-795092575)
We use [@babel/plugin-transform-runtime](https://babeljs.io/docs/en/babel-plugin-transform-runtime) > A plugin that enables the re-use of Babel's injected helper code to save on codesize. > ... > Another purpose of this transformer is to create...