https://github.com/emacs-eaf/eaf-camera
Camera in Emacs
https://github.com/emacs-eaf/eaf-camera
camera eaf emacs emacs-lisp
Last synced: 12 months ago
JSON representation
Camera in Emacs
- Host: GitHub
- URL: https://github.com/emacs-eaf/eaf-camera
- Owner: emacs-eaf
- License: gpl-3.0
- Created: 2021-08-11T02:22:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T15:36:19.000Z (about 1 year ago)
- Last Synced: 2025-06-01T10:45:49.911Z (about 1 year ago)
- Topics: camera, eaf, emacs, emacs-lisp
- Language: Vue
- Homepage:
- Size: 14 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### EAF Camera
Camera application for the [Emacs Application Framework](https://github.com/emacs-eaf/emacs-application-framework).
### Load application
[Install EAF](https://github.com/emacs-eaf/emacs-application-framework#install) first, then add below code in your emacs config:
```Elisp
(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-camera)
```
### The keybinding of EAF Camera.
| Key | Event |
| :---- | :------ |
| `c` | js_capture |
| `` | open_devtools |