https://github.com/uiur/electron-crop-rect
Imitate crop-rect UI like OSX screencapture in electron
https://github.com/uiur/electron-crop-rect
Last synced: 4 months ago
JSON representation
Imitate crop-rect UI like OSX screencapture in electron
- Host: GitHub
- URL: https://github.com/uiur/electron-crop-rect
- Owner: uiur
- Created: 2015-04-27T13:22:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-23T08:34:51.000Z (over 9 years ago)
- Last Synced: 2025-02-01T17:05:14.446Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 32
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Experiment: crop-rect UI in electron
This app imitates crop-rect UI like `screencapture` on OSX in electron.
To run:
```
npm install -g electron-prebuilt
npm install
electron .
```### Note
This app is an attempt to implement cross-platform [gyazo](https://github.com/gyazo/gyazo) UI.This is a previous work that implements gyazo app using node-webkit (only for Mac and Linux)
https://github.com/uiureo/gyazo-node-webkit[](https://gyazo.com/9b035ef02d2f2d36d71d26af14eccafd)