react-paper-bindings
react-paper-bindings copied to clipboard
Paper.js bindings for React
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 2.0.4 and updates ancestor dependency [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together. Updates `loader-utils` from 1.1.0 to 2.0.4 Release notes Sourced from loader-utils's releases. v2.0.4 2.0.4...
I'm having some trouble getting `react-paper-bindings` to work with Vite. I made a [simple test repo](https://github.com/Loosetooth/paper-vite-test) to reproduce the error. It contains two canvases, one uses react-paper-bindings: ### react-paper-binding Canvas:...