Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-obfuscate-text

Contagious0626MIT0.0.4TypeScript support: included

React obfuscate text inspired by Facebook sponsored

obfuscate, sponsored, react-component, text, react, spam, email, typescript, react, parcel

readme

Simple Obfuscate Text from Robots

Inspired by Facebook splitting the "Sponsored" text try bypass adblockers: Facebook Sponsored

Instead of adblockers, I figured it could be a good way to make it a little bit harder for basic scrapers to obtain emails, and phone numbers on my website (without converting them to images).

Usage

npm install react-obfuscate-text --save
import ObfuscateText from "react-obfuscate-text";

const MyComp = () => {
  return <ObfuscateText text="this@is.email" />;
}