{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":133679825,"defaultBranch":"main","name":"react-sketch-canvas","ownerLogin":"vinothpandian","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-16T14:40:17.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/2630109?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1723925479.0","currentOid":""},"activityList":{"items":[{"before":"2a6b5b4367f2841055d4215f21de6e9b110741c4","after":"ac4d3f79f05d69e35a751c5155c9bb397d595d5f","ref":"refs/heads/add-custom-paths","pushedAt":"2024-08-18T14:01:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: update lockfile","shortMessageHtmlLink":"fix: update lockfile"}},{"before":"cd8693b9669576adb47df3d0ca32ba5ef387ffb9","after":"2a6b5b4367f2841055d4215f21de6e9b110741c4","ref":"refs/heads/add-custom-paths","pushedAt":"2024-08-18T13:30:50.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Add custom paths feature\n\nFixes #143\n\nAdd support for custom path generator in `ReactSketchCanvas`.\n\n* Add `getSvgPathFromPoints` prop to `ReactSketchCanvas` component to accept a callback function for custom path generation.\n* Pass `getSvgPathFromPoints` prop to `Canvas` component.\n* Add `getSvgPathFromPoints` prop to `Canvas` component to accept a callback function for custom path generation.\n* Pass `getSvgPathFromPoints` prop to `SvgPath` component.\n* Modify `SvgPath` component to use the custom path generator if provided.\n* Update documentation in `README.md` to include the new `getSvgPathFromPoints` prop and its usage.\n* Add tests in `export.spec.tsx` to verify the functionality of the custom path generator.\n\n---\n\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/143?shareId=XXXX-XXXX-XXXX-XXXX).","shortMessageHtmlLink":"Add custom paths feature"}},{"before":"7c52c1b1403aba6e554c852b0acdff7d6153edce","after":"f0b25c2fb60a33d72bbb8d5ad599c9052e010579","ref":"refs/heads/fix-export-image","pushedAt":"2024-08-17T20:14:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Fix export image with background issue\n\nFixes #137\n\nUpdate `loadImage` function to remove the `crossorigin` attribute in `packages/react-sketch-canvas/src/Canvas/index.tsx`.\n\nModify `exportImage` function to handle protected URLs requiring cookies and ensure the background image is fully included in the exported image.\n\nAdd test cases in `packages/tests/src/actions/export.spec.tsx`:\n* Verify the exported image includes the entire background image correctly.\n* Verify the exported image does not include the 'NA' symbol.\n* Verify the issue is resolved for both public and protected URLs.\n\n---\n\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/137?shareId=XXXX-XXXX-XXXX-XXXX).","shortMessageHtmlLink":"Fix export image with background issue"}},{"before":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","after":"cd8693b9669576adb47df3d0ca32ba5ef387ffb9","ref":"refs/heads/add-custom-paths","pushedAt":"2024-08-17T20:11:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Add custom paths feature\n\nFixes #143\n\nAdd support for custom path generator in `ReactSketchCanvas`.\n\n* Add `getSvgPathFromPoints` prop to `ReactSketchCanvas` component to accept a callback function for custom path generation.\n* Pass `getSvgPathFromPoints` prop to `Canvas` component.\n* Add `getSvgPathFromPoints` prop to `Canvas` component to accept a callback function for custom path generation.\n* Pass `getSvgPathFromPoints` prop to `SvgPath` component.\n* Modify `SvgPath` component to use the custom path generator if provided.\n* Update documentation in `README.md` to include the new `getSvgPathFromPoints` prop and its usage.\n* Add tests in `export.spec.tsx` to verify the functionality of the custom path generator.\n\n---\n\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/143?shareId=XXXX-XXXX-XXXX-XXXX).","shortMessageHtmlLink":"Add custom paths feature"}},{"before":null,"after":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","ref":"refs/heads/add-custom-paths","pushedAt":"2024-08-17T20:11:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: add more examples","shortMessageHtmlLink":"chore: add more examples"}},{"before":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","after":"7c52c1b1403aba6e554c852b0acdff7d6153edce","ref":"refs/heads/fix-export-image","pushedAt":"2024-08-17T19:06:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Fix export image with background issue\n\nFixes #137\n\nUpdate `loadImage` function to remove the `crossorigin` attribute in `packages/react-sketch-canvas/src/Canvas/index.tsx`.\n\nModify `exportImage` function to handle protected URLs requiring cookies and ensure the background image is fully included in the exported image.\n\nAdd test cases in `packages/tests/src/actions/export.spec.tsx`:\n* Verify the exported image includes the entire background image correctly.\n* Verify the exported image does not include the 'NA' symbol.\n* Verify the issue is resolved for both public and protected URLs.\n\n---\n\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/137?shareId=XXXX-XXXX-XXXX-XXXX).","shortMessageHtmlLink":"Fix export image with background issue"}},{"before":null,"after":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","ref":"refs/heads/fix-export-image","pushedAt":"2024-08-17T19:06:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: add more examples","shortMessageHtmlLink":"chore: add more examples"}},{"before":"eadc0ec581c911a76e8d7f0083c0553b77da70ff","after":null,"ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T18:55:17.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"}},{"before":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","after":"ef933380aa95e45362c48fe2a8495d8a9218d02a","ref":"refs/heads/develop","pushedAt":"2024-08-17T18:55:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Add throttling to pointer move event (#164)\n\n* Add throttling to pointer move event\r\n\r\nFixes #163\r\n\r\nAdd throttling to pointer move events in the Canvas component to optimize coordinate recording.\r\n\r\n- Modify `packages/react-sketch-canvas/src/Canvas/index.tsx` to add throttling to the `handlePointerMove` function using a custom `useThrottledCallback` function.\r\n- Add `throttleTime` to `CanvasProps` in `packages/react-sketch-canvas/src/Canvas/types.ts` with a default value of 20.\r\n- Add `throttleTime` to `ReactSketchCanvasProps` in `packages/react-sketch-canvas/src/ReactSketchCanvas/types.ts` with a default value of 20.\r\n- Add `useThrottledCallback` function in `packages/react-sketch-canvas/src/Canvas/utils.tsx` to throttle a callback function.\r\n- Update `README.md` to include documentation on the new `throttleTime` configuration option.\r\n- Add tests to verify throttling behavior in `packages/tests/src/actions/throttling.spec.ts`.\r\n- Write vitest tests for `useThrottledCallback` function in `packages/react-sketch-canvas/src/Canvas/__test__/utils.test.tsx`.\r\n\r\n---\r\n\r\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/163?shareId=XXXX-XXXX-XXXX-XXXX).\r\n\r\n* fix: tests\r\n\r\n* fix: set default throttleTime to 0\r\n\r\n* chore: remove lint in ci\r\n\r\n* fix: workflow","shortMessageHtmlLink":"Add throttling to pointer move event (#164)"}},{"before":null,"after":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","ref":"refs/heads/develop","pushedAt":"2024-08-17T18:54:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: add more examples","shortMessageHtmlLink":"chore: add more examples"}},{"before":"a757dcd955060289bb754f24f447d1422c7d01d5","after":"eadc0ec581c911a76e8d7f0083c0553b77da70ff","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T18:43:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: workflow","shortMessageHtmlLink":"fix: workflow"}},{"before":"b4f1d30274c28824fedf6d0d557dbab4a48a5a17","after":"a757dcd955060289bb754f24f447d1422c7d01d5","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T18:41:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: remove lint in ci","shortMessageHtmlLink":"chore: remove lint in ci"}},{"before":"0d9f31b8041c81e2c6b6faecbf2220349e88c101","after":"b4f1d30274c28824fedf6d0d557dbab4a48a5a17","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T18:21:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: set default throttleTime to 0","shortMessageHtmlLink":"fix: set default throttleTime to 0"}},{"before":"58de3d3255ddc8d82cc40a4d437350f27e914531","after":"0d9f31b8041c81e2c6b6faecbf2220349e88c101","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T18:17:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: tests","shortMessageHtmlLink":"fix: tests"}},{"before":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","after":"58de3d3255ddc8d82cc40a4d437350f27e914531","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T16:17:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"Add throttling to pointer move event\n\nFixes #163\n\nAdd throttling to pointer move events in the Canvas component to optimize coordinate recording.\n\n- Modify `packages/react-sketch-canvas/src/Canvas/index.tsx` to add throttling to the `handlePointerMove` function using a custom `useThrottledCallback` function.\n- Add `throttleTime` to `CanvasProps` in `packages/react-sketch-canvas/src/Canvas/types.ts` with a default value of 20.\n- Add `throttleTime` to `ReactSketchCanvasProps` in `packages/react-sketch-canvas/src/ReactSketchCanvas/types.ts` with a default value of 20.\n- Add `useThrottledCallback` function in `packages/react-sketch-canvas/src/Canvas/utils.tsx` to throttle a callback function.\n- Update `README.md` to include documentation on the new `throttleTime` configuration option.\n- Add tests to verify throttling behavior in `packages/tests/src/actions/throttling.spec.ts`.\n- Write vitest tests for `useThrottledCallback` function in `packages/react-sketch-canvas/src/Canvas/__test__/utils.test.tsx`.\n\n---\n\nFor more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/vinothpandian/react-sketch-canvas/issues/163?shareId=XXXX-XXXX-XXXX-XXXX).","shortMessageHtmlLink":"Add throttling to pointer move event"}},{"before":null,"after":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","ref":"refs/heads/add-throttling","pushedAt":"2024-08-17T16:17:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: add more examples","shortMessageHtmlLink":"chore: add more examples"}},{"before":null,"after":"2d03533ca752ec826f83f26d9fbf143d4ed6ec1a","ref":"refs/heads/dependabot/npm_and_yarn/vite-5.1.7","pushedAt":"2024-04-03T17:05:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"chore(deps): bump vite from 5.1.2 to 5.1.7\n\nBumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.1.2 to 5.1.7.\n- [Release notes](https://github.com/vitejs/vite/releases)\n- [Changelog](https://github.com/vitejs/vite/blob/v5.1.7/packages/vite/CHANGELOG.md)\n- [Commits](https://github.com/vitejs/vite/commits/v5.1.7/packages/vite)\n\n---\nupdated-dependencies:\n- dependency-name: vite\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"chore(deps): bump vite from 5.1.2 to 5.1.7"}},{"before":"b7987821b80640063fc21c8e1e0f1a172ed1248d","after":"bcbb1418a8f3d1cf6f99cacfb07d07487fa134c7","ref":"refs/heads/main","pushedAt":"2024-02-21T15:33:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: add more examples","shortMessageHtmlLink":"chore: add more examples"}},{"before":"822bb27303d9ae19aa4edb87802869a1a14ec339","after":"b7987821b80640063fc21c8e1e0f1a172ed1248d","ref":"refs/heads/main","pushedAt":"2024-02-20T02:05:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: update deploy job","shortMessageHtmlLink":"chore: update deploy job"}},{"before":"a1cc0a8e49de0483da88afd71e8a2844ce84e9eb","after":"822bb27303d9ae19aa4edb87802869a1a14ec339","ref":"refs/heads/main","pushedAt":"2024-02-20T02:01:48.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: update pnpm version","shortMessageHtmlLink":"chore: update pnpm version"}},{"before":"ccd175b870fe3a8f7bb249a5aabf822cc668f502","after":null,"ref":"refs/heads/feat/docs","pushedAt":"2024-02-20T01:56:50.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"}},{"before":"8e9cca4db352dad57885df67eb82f612fa1bd37b","after":"a1cc0a8e49de0483da88afd71e8a2844ce84e9eb","ref":"refs/heads/main","pushedAt":"2024-02-20T01:56:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"feat: Improved docs (#151)\n\n* chore: initial commit\r\n\r\n* feat: setup homepage\r\n\r\n* feat: customize design\r\n\r\n* feat: improve homepage\r\n\r\n* docs: add props & methods\r\n\r\n* docs: add sandpack\r\n\r\n* docs: add api docs\r\n\r\n* docs: add examples\r\n\r\n* feat: update deployment & remove old docs\r\n\r\n* fix: job","shortMessageHtmlLink":"feat: Improved docs (#151)"}},{"before":"3b7a353e63c59bb1b6698f596edf428ae01d68ec","after":"ccd175b870fe3a8f7bb249a5aabf822cc668f502","ref":"refs/heads/feat/docs","pushedAt":"2024-02-20T01:56:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: job","shortMessageHtmlLink":"fix: job"}},{"before":"1e8f6a1ce54f2bf3735f0d19236195375ab73177","after":"3b7a353e63c59bb1b6698f596edf428ae01d68ec","ref":"refs/heads/feat/docs","pushedAt":"2024-02-20T01:53:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: job","shortMessageHtmlLink":"fix: job"}},{"before":null,"after":"1e8f6a1ce54f2bf3735f0d19236195375ab73177","ref":"refs/heads/feat/docs","pushedAt":"2024-02-20T01:48:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"feat: update deployment & remove old docs","shortMessageHtmlLink":"feat: update deployment & remove old docs"}},{"before":"4322569de2f6161b533507974fd99b32c8b24e00","after":"1a81392cb528ec4b00423bd21b7d1f8d8e83b7e2","ref":"refs/heads/gh-pages","pushedAt":"2024-02-18T05:19:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ vinothpandian/react-sketch-canvas@8e9cca4db352dad57885df67eb82f612fa1bd37b ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ 8e9cca4 ๐Ÿš€"}},{"before":"269771e21c04219446ba2d8bc63472d93f27f19d","after":"8e9cca4db352dad57885df67eb82f612fa1bd37b","ref":"refs/heads/main","pushedAt":"2024-02-18T05:19:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"fix: gh-pages permission","shortMessageHtmlLink":"fix: gh-pages permission"}},{"before":"f0d9c6cf94cc2e345927c2c93c314a0975928c95","after":"269771e21c04219446ba2d8bc63472d93f27f19d","ref":"refs/heads/main","pushedAt":"2024-02-18T05:17:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: change to old action","shortMessageHtmlLink":"chore: change to old action"}},{"before":"dbf037fe9af2fdaa39742e7a9ef98750559f4124","after":"f0d9c6cf94cc2e345927c2c93c314a0975928c95","ref":"refs/heads/main","pushedAt":"2024-02-18T05:16:12.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"vinothpandian","name":"Vinoth Pandian","path":"/vinothpandian","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/2630109?s=80&v=4"},"commit":{"message":"chore: update deployment for github pages","shortMessageHtmlLink":"chore: update deployment for github pages"}},{"before":"88563c3b3c7c31d5e6a5b9fa882f91c5332e0785","after":"4322569de2f6161b533507974fd99b32c8b24e00","ref":"refs/heads/gh-pages","pushedAt":"2024-02-18T05:06:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deploying to gh-pages from @ vinothpandian/react-sketch-canvas@dbf037fe9af2fdaa39742e7a9ef98750559f4124 ๐Ÿš€","shortMessageHtmlLink":"Deploying to gh-pages from @ dbf037f ๐Ÿš€"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xOFQxNDowMTozNy4wMDAwMDBazwAAAASdThEi","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0xOFQxNDowMTozNy4wMDAwMDBazwAAAASdThEi","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMi0xOFQwNTowNjozNC4wMDAwMDBazwAAAAP9rOX5"}},"title":"Activity ยท vinothpandian/react-sketch-canvas"}