Zexin Yuan

Results 39 comments of Zexin Yuan

I think `htmlToPaper(id, option): Promise` may be more practical, but it takes a BREAKING CHANGE

Temporary solutions: ``` // src/vue-html-to-paper.d.ts declare module "vue-html-to-paper" { import { PluginFunction } from "vue" // See https://www.w3schools.com/Jsref/met_win_open.asp interface Options { name?: "_blank" | "_parent" | "_self" | "_top" |...

A small mistake: `$htmlToPaper: (id: string, callback?: () => void) => void`

Not compatible for #28 #29 now, but it's easy to do.

@jofftiquez OK, I fixed it.

@jofftiquez sorry for delay, I can certainly fix the conflict if it still needed.

Too many files changed but not mentioned in this PR and it is not easy to review, I can reopen a PR to facilitate review if needed.

Seems I got the same issue here. not in scss file, but in Vue SFC file with ``. When I typo '$' for intellisense and selecting the suggestion, I got...

这个bug似乎仍然存在 ``` node: v12.16.1 npm: 6.13.4 "element-theme": "^2.0.1", "element-theme-chalk": "^2.13.0" ``` details: ``` fs.js:35 } = primordials; ^ ReferenceError: primordials is not defined at fs.js:35:5 at req_ (.\node_modules\natives\index.js:143:24) at Object.req...

~~@BachiLi Is there anything new? I run into the same issue:~~ ``` Unsupported Mitsuba scene format: please use a look at transform Traceback (most recent call last): File "./test_living_room.py", line...