react-screenshots 0.5.15 → 0.5.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/electron/assets/index.7793f29e.js +0 -222
- package/electron/assets/index.78c5dcbf.css +0 -1
- package/electron/electron.html +0 -14
- package/lib/react-screenshots.cjs.js +0 -14
- package/lib/react-screenshots.es.js +0 -3166
- package/lib/style.css +0 -1
- package/lib/types/ScreenshotsBackground/getBoundsByPoints.d.ts +0 -2
- package/lib/types/ScreenshotsBackground/index.d.ts +0 -4
- package/lib/types/ScreenshotsButton/index.d.ts +0 -12
- package/lib/types/ScreenshotsCanvas/getBoundsByPoints.d.ts +0 -2
- package/lib/types/ScreenshotsCanvas/getPoints.d.ts +0 -2
- package/lib/types/ScreenshotsCanvas/index.d.ts +0 -15
- package/lib/types/ScreenshotsCanvas/isPointInDraw.d.ts +0 -2
- package/lib/types/ScreenshotsColor/index.d.ts +0 -8
- package/lib/types/ScreenshotsContext.d.ts +0 -29
- package/lib/types/ScreenshotsMagnifier/index.d.ts +0 -8
- package/lib/types/ScreenshotsOperations/index.d.ts +0 -6
- package/lib/types/ScreenshotsOption/index.d.ts +0 -15
- package/lib/types/ScreenshotsSize/index.d.ts +0 -8
- package/lib/types/ScreenshotsSizeColor/index.d.ts +0 -10
- package/lib/types/ScreenshotsTextarea/calculateNodeSize.d.ts +0 -17
- package/lib/types/ScreenshotsTextarea/index.d.ts +0 -15
- package/lib/types/composeImage.d.ts +0 -10
- package/lib/types/exports.d.ts +0 -3
- package/lib/types/hooks/useBounds.d.ts +0 -7
- package/lib/types/hooks/useCall.d.ts +0 -2
- package/lib/types/hooks/useCanvasContextRef.d.ts +0 -2
- package/lib/types/hooks/useCanvasMousedown.d.ts +0 -1
- package/lib/types/hooks/useCanvasMousemove.d.ts +0 -1
- package/lib/types/hooks/useCanvasMouseup.d.ts +0 -1
- package/lib/types/hooks/useCursor.d.ts +0 -6
- package/lib/types/hooks/useDispatcher.d.ts +0 -2
- package/lib/types/hooks/useDrawSelect.d.ts +0 -2
- package/lib/types/hooks/useEmiter.d.ts +0 -8
- package/lib/types/hooks/useHistory.d.ts +0 -16
- package/lib/types/hooks/useLang.d.ts +0 -2
- package/lib/types/hooks/useOperation.d.ts +0 -6
- package/lib/types/hooks/useReset.d.ts +0 -2
- package/lib/types/hooks/useStore.d.ts +0 -2
- package/lib/types/index.d.ts +0 -13
- package/lib/types/operations/Arrow/draw.d.ts +0 -11
- package/lib/types/operations/Arrow/index.d.ts +0 -22
- package/lib/types/operations/Brush/draw.d.ts +0 -3
- package/lib/types/operations/Brush/index.d.ts +0 -14
- package/lib/types/operations/Cancel/index.d.ts +0 -2
- package/lib/types/operations/Ellipse/draw.d.ts +0 -11
- package/lib/types/operations/Ellipse/index.d.ts +0 -28
- package/lib/types/operations/Mosaic/index.d.ts +0 -11
- package/lib/types/operations/Ok/index.d.ts +0 -2
- package/lib/types/operations/Rectangle/draw.d.ts +0 -11
- package/lib/types/operations/Rectangle/index.d.ts +0 -28
- package/lib/types/operations/Redo/index.d.ts +0 -2
- package/lib/types/operations/Save/index.d.ts +0 -2
- package/lib/types/operations/Text/index.d.ts +0 -22
- package/lib/types/operations/Undo/index.d.ts +0 -2
- package/lib/types/operations/index.d.ts +0 -3
- package/lib/types/operations/utils.d.ts +0 -4
- package/lib/types/types.d.ts +0 -39
- package/lib/types/useGetLoadedImage.d.ts +0 -1
- package/lib/types/zh_CN.d.ts +0 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-screenshots",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.16",
|
|
4
4
|
"description": "a screenshot cropper tool by react",
|
|
5
5
|
"main": "./lib/react-screenshots.cjs.js",
|
|
6
6
|
"module": "./lib/react-screenshots.es.js",
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"typescript": "^4.5.5",
|
|
65
65
|
"vite": "^2.7.13"
|
|
66
66
|
},
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "b6dda67da28477ae0d2f6a826fb1bc929a912637"
|
|
68
68
|
}
|