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
- Host: GitHub
- URL: https://github.com/021-projects/tofu-detect
- Owner: 021-projects
- Created: 2024-09-04T12:48:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T12:54:55.000Z (almost 2 years ago)
- Last Synced: 2025-12-28T05:31:09.399Z (6 months ago)
- Language: TypeScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```