sergiomrebelo / evo-poster

The Evolutionary Poster Composer (evo-poster) is a generative poster design system. From a given content (including text and imagery), evo-poster can generate and evolve poster designs considerating the aesthetic and semantics features of the content.
MIT License
3 stars 0 forks source link

Develop a uniform way of the configuration system #45

Closed sergiomrebelo closed 1 year ago

sergiomrebelo commented 1 year ago

Currently, the configuration of the system mostly relies onParams.js. However, there are instances where some parameters are defined in the code and the current state of the config file is confusing. Thus, this issue addresses the need for the development of a unified way of creating a config file for the system. As documented in users' stories, the system is a multipurpose system. Thus, it is essential to provide users with an easy and fast manner of parametrising the system according to their needs.

ToDo

sergiomrebelo commented 1 year ago

I created evo-poster.config.jsto replace Param.js