texan-spyware
v0.7.0
Published
Texan spyware that pops up a Texas flag and plays the Texas anthem when the words 'texan' or 'texas' are typed. When trying to close it, the close button must be pressed multiple times while it jumps around the screen.
Downloads
17
Readme
Texan Spyware
Texan spyware. Don't type "texas" or "texan" around this component...
Getting Started
Install
npm install texan-spyware
Run code!
import TexanSpyware from './TexanSpyware';
function App() {
return (
<div>
<TexanSpyware/>
</div>
);
}