-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from sergiomrebelo/41-initialization-method-de…
…fine-background-and-text-colors-not-randomgly 41 initialization method define background and text colors not randomgly
- Loading branch information
Showing
8 changed files
with
57 additions
and
34 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
src/@evoposter/evaluator/src/constraints/GridAppropriateSize.mjs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/** | ||
* Measure the appropriate of the used grid to the size of container | ||
* it is related to if the width and height of the grid is | ||
* in accordance with poster size | ||
* | ||
* Sérgio M. Rebelo | ||
* CDV lab. (CMS, CISUC, Portugal) | ||
* srebelo[at]dei.uc.pt | ||
* | ||
* v1.0.0 November 2023 | ||
*/ | ||
|
||
export const compute = (containerSize, grid) => { | ||
console.log("colSize=", grid); | ||
return 1; | ||
} | ||
|
||
export { compute as default }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.