Page tree

Versions Compared

Key

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

...

Code Block
languagejs
themeEmacs
titlesynapeditor.config.js
'aiWriteSupporter.config': {
	image: {
		url: '/request',
		areaSize: { width: '320px550px', height: '360px220px' }
		//...
	}
}


areaSize 설정을 하지 않았을 때areaSize 설정을 했을 때
  • 기본 값으로 ({ width: '300px', height: '340px' }) 크기가 설정되어 프롬프트와 미리보기 화면이 타납니다.
  • 설정한 값으로({ width: '550px', height: '220px' } ) 크기가 설정되어 프롬프트와 미리보기 화면이 나타납니다.

Image Added

Image Added