Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dendrofen/react-konva-to-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
dendrofen committed Feb 28, 2024
2 parents 0afb9c1 + 1cfc662 commit 15cd8a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ const result = await exportStageSVG(stage, false, {
});
```

## Compatibility Notice

#### Node or group does not rendering properly
If some of nodes, or any group does not rendering properly - use node [caching](https://konvajs.org/docs/performance/Shape_Caching.html) for incorrect rendered node withing **onBefore** function.

## Demo

Explore a live demo of react-konva-to-svg in action: [Demo](https://dendrofen.github.io/react-konva-to-svg/)
Explore a live demo of react-konva-to-svg in action: [Demo](https://dendrofen.github.io/react-konva-to-svg/)

0 comments on commit 15cd8a5

Please sign in to comment.