-
Notifications
You must be signed in to change notification settings - Fork 647
Open
Labels
Description
Expected Behavior
access addr http://127.0.0.1:8080/home
click button exec htmlToImage.toJpeg(dom, {quality: 0.75})
/*<link rel="stylesheet" href="static/vue/component/index.css" />*/
@import "assets/common.css";
/*http://127.0.0.1:8080/static/vue/component/assets/common.css*/
@import "ex-menu/index.css";
/*http://127.0.0.1:8080/static/vue/component/ex-menu/index.css*/
Current Behavior
access addr http://127.0.0.1:8080/home
click button exec htmlToImage.toJpeg(dom, {quality: 0.75})
/*<link rel="stylesheet" href="static/vue/component/index.css" />*/
@import "assets/common.css";
/*http://127.0.0.1:8080/assets/common.css 404*/
@import "ex-menu/index.css";
/*http://127.0.0.1:8080/ex-menu/index.css 404*/
Possible Solution
Steps To Reproduce
- ...
- ...
- ...
Error Message & Stack Trace
<!-- Provide a log message if relevant -->
Additional Context
Your Environment
- html-to-image: 1.11.13
- OS: arch linux Linux 6.16.1-arch1-1.1-g14
- Browser: chromium 139.0.7258.154