Read generator configuration from file

This commit is contained in:
Christoph Hagen
2022-09-08 09:33:27 +02:00
parent 81b373fb5a
commit 570cebb5d0
3 changed files with 20 additions and 8 deletions

View File

@ -1,6 +1,6 @@
import Foundation
struct Configuration {
struct Configuration: Codable {
let pageImageWidth: Int