Skip to main content

GenImageConfig

Signature

interface GenImageConfig 

Properties

Property

Modifiers

Type

Description

basePath?

string

(Optional) 생성될 객체의 value 에 할당될 경로의 base-path 입니다

displayName?

string

(Optional) 생성될 image 객체의 이름입니다

formatKey?

(fileName: string) => string

(Optional) key 값을 결정할 포멧함수입니다. 기본적으로, SNAKE_UPPER_CASE 로 생성됩니다.

ignored?

string[]

(Optional) 제외 될 이미지 파일을 판별하는 패턴으로써, 파일이름이 패턴과 일치할 경우에 객체에서 제외 됩니다.

includes?

string[]

(Optional) 생성될 이미지 파일을 판별하는 패턴으로써, 파일이름이 패턴과 일치할 경우에만 객체에 포함됩니다.

input?

string

(Optional) 조회할 img 파일들이 포함되어있는 폴더 입니다.

oneDepth?

boolean

(Optional) one depth 가 true 일 경우, 폴더 구조를 무시하고 one depth 로 객체를 생성합니다.

output?

string

(Optional) 생성될 파일이 위치할 경로입니다.