An open API service indexing awesome lists of open source software.

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

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 |