aboutsummaryrefslogtreecommitdiffstats
path: root/packages/excalidraw/tests/helpers/colorize.ts
blob: ca9c39d72c7e92ba05b903033d68fc2e10e29ffe (plain) (blame)
1
2
export const yellow = (str: string) => `\u001b[33m${str}\u001b[0m`;
export const red = (str: string) => `\u001b[31m${str}\u001b[0m`;