react-paperjs icon indicating copy to clipboard operation
react-paperjs copied to clipboard

React Fiber renderer and component container for Paper.js.

Results 9 react-paperjs issues
Sort by recently updated
recently updated
newest added

Using `PaperContainer` with `canvasProps={{ resize: '' }}`, so the canvas gets properly resized when the browser window is resized leads to an exception. React installs some events listeners on the...

I am encountering an issue with the Paper.js polygon tool used in the Mirador-Annotation library, which I am currently using in my project. I have already raised an issue in...

I'm trying to use this project for the first time, on a project using react 18. I'm unsure if it's actually supposed to work on that react version. I'm getting...

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19. Commits 9a6faa0 4.4.19 70ef812 drop dirCache for symlink on all platforms 3e35515 4.4.18 52b09e3 fix: prevent path escape using drive-relative paths bb93ba2 fix: reserve...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It seems that prop changes to Container components don't trigger a redraw while adding and removing components does trigger a redraw. See below a minimal test case: Clicking the button...

enhancement

When I use multiple `PaperContainer`s (in multiple components), I get this warning: > Warning: Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported. Other than that...

enhancement