An open API service indexing awesome lists of open source software.

https://github.com/021-projects/tofu-detect

Helps to detect if character rendered as tofu
https://github.com/021-projects/tofu-detect

Last synced: 4 months ago
JSON representation

Helps to detect if character rendered as tofu

Awesome Lists containing this project

README

          

# Tofu Detect

## Install
```sh
$ npm install tofu-detect
```

## Usage
```js
import { isTofu } from 'tofu-detect'

console.log(isTofu('₿')) // true in Tor Browser
```