react-ascii-rickroll
v0.0.1
Published
React component to show ASCII Rickroll animation
Readme
react-ascii-rickroll
React component to show ASCII Rickroll animation.
Installation
npm install react-ascii-rickrollUsage
import { RickRoll } from 'react-ascii-rickroll';
export function App() {
return <RickRoll />;
}Props
| Prop | Type | Default | Description |
| ----------------- | -------- | ------- | ------------------------------------------------ |
| frameDurationMs | number | 100 | Duration of each animation frame in milliseconds |
| className | string | — | CSS class applied to the <pre> element |
Have questions?
If you have further questions, please refer to the extended documentation.
