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
Parse frontend bundler from Browserify to Parcel #15
The current version of the frontend project is developed using Browserify as a bundler, which is currently outdated and not aligned with the current JavaScript development requirements. For instance, Browserify was not designed at a time when modular JavaScript was natively supported by browsers, and it does not optimize the build size of the bundle.
~We will use Parcel due to its simplicity and quick setup.~ We are using Rollup.
Technical issue related to the performance of the application.
The current version of the frontend project is developed using Browserify as a bundler, which is currently outdated and not aligned with the current JavaScript development requirements. For instance, Browserify was not designed at a time when modular JavaScript was natively supported by browsers, and it does not optimize the build size of the bundle.
~We will use Parcel due to its simplicity and quick setup.~ We are using Rollup.
Technical issue related to the performance of the application.