0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-03-12 15:31:17 -05:00
penpot-export/packages/penpot-css-export
Roberto Redradix 6fbc1adace chore(cli): fix whitespace after emoji in logs
U+1F5BC FRAME WITH PICTURE requires appending a U+FE0F VARIATION SELECTOR-16 so that its emoji representation is forced. This causes terminal emulators to not reserve space for the next character. A hack consisting in using a U+00A0 NO-BREAK SPACE afterwards works, but copying the output and pasting it elsewhere will cause a double space.

Replacing U+1F5BC FRAME WITH PICTURE with another emoji that doesn't have a textual representation like U+1F3A8 ARTIST PALETTE solves this.
2023-08-31 20:23:27 +02:00
..
src chore(cli): fix whitespace after emoji in logs 2023-08-31 20:23:27 +02:00
.gitignore Initial commit 2023-08-21 08:36:47 +02:00
.prettierignore build(cli): set up code formatter 2023-08-22 13:54:53 +02:00
.prettierrc.json build(cli): set up code formatter 2023-08-22 13:54:53 +02:00
package.json build(cli): set up code formatter 2023-08-22 13:54:53 +02:00
tsconfig.json Initial commit 2023-08-21 08:36:47 +02:00
yarn.lock Initial commit 2023-08-21 08:36:47 +02:00