Add square flag pngs /w genflags.sh script
This uses the github.com:googlei18n/region-flags and imagemagick to generate 27x27 flag pngs. The flags have a 1px #e0e0e0 border and transparent padding such that each flag is of the same height (17px including the border).
This commit is contained in:
parent
338ab4d046
commit
e879fb0eef
250 changed files with 54 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
const COPY_LIST = [
|
||||
["res/manifest.json", "webapp"],
|
||||
["res/{media,vector-icons}/**", "webapp"],
|
||||
["res/flags/*", "webapp/flags/"],
|
||||
["src/skins/vector/{fonts,img}/**", "webapp"],
|
||||
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
|
||||
["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue