UNPKG

term-kitty-img

Version:

Show images in your kitty terminal

7 lines (5 loc) 148 B
import { hasLocalSupport } from "."; test("hasLocalSupport", async () => { const result = await hasLocalSupport(); expect(result).toBe(0); });