/ src / constants / figures.ts
figures.ts
1  import { env } from '../utils/env.js'
2  
3  // The former is better vertically aligned, but isn't usually supported on Windows/Linux
4  export const BLACK_CIRCLE = env.platform === 'macos' ? '⏺' : '●'