Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
//...
'editor.quickInsert': [
	// OCR 버튼
	'ocr',
	//...
],
// ...

...


플러그인 설정

에디터 설정 객체에 API를 사용하기 위한 값들을 설정해야 합니다.

...