Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 537 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 537 Bytes

EAF Camera

Camera application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(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
<f12> open_devtools