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

Package detail

texan-spyware

jpt17295ISC0.7.0

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.

texas, spyware

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>
    );
  }