Detect whether the terminal supports Unicode, port of is-unicode-supported.
This can be useful to decide whether to use Unicode characters or fallback ASCII characters in command-line output.
Note that the check is quite naive. It just assumes all non-Windows terminals support Unicode and hard-codes which Windows terminals that do support Unicode.
The API is the same on all this platforms โ๏ธ
import { isUnicodeSupported } from "https://deno.land/x/is_unicode_supported/mod.ts";
isUnicodeSupported(); //=> trueimport { isUnicodeSupported } from "@ultirequiem/is-unicode-supported";Is hosted on Deno Doc ๐
Open an Issue, I will check it a soon as possible ๐
If you want to hurry me up a bit send me a tweet ๐
Consider supporting me on Patreon if you like my work ๐
Don't forget to start the repo โญ
We use Semantic Versioning. For the versions available, see the tags ๐ท๏ธ
Eliaz Bobadilla - Creator and Maintainer ๐ช
See also the full list of contributors who participated in this project โจ
Licensed under the MIT License ๐