mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Add support for loading cross origin images using proxy
This commit is contained in:
@@ -15,6 +15,6 @@
|
||||
</head>
|
||||
<body>
|
||||
<h1>External image (CORS)</h1>
|
||||
<img src="http://localhost:8081/tests/assets/image2.jpg" />
|
||||
<img src="http://localhost:8081/cors/tests/assets/image2.jpg" />
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user