You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#137
Update `loadImage` function to remove the `crossorigin` attribute in `packages/react-sketch-canvas/src/Canvas/index.tsx`.
Modify `exportImage` function to handle protected URLs requiring cookies and ensure the background image is fully included in the exported image.
Add test cases in `packages/tests/src/actions/export.spec.tsx`:
* Verify the exported image includes the entire background image correctly.
* Verify the exported image does not include the 'NA' symbol.
* Verify the issue is resolved for both public and protected URLs.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/137?shareId=XXXX-XXXX-XXXX-XXXX).
0 commit comments