1.0.9 • Published 6 months ago

typewritter v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

typewritter

new lightweight react typscript package

Installation

Installation guidlines.

npm i typewritter

Example

import {TypeWritter} from 'typewritter';
function App() {
  return (
      <TypeWritter text="Hi This is a new typewritting package in typescript!!" speed={100} fontSize={16} clearMessageSpeed={30} loop={true} />
  );
}

export default App;

Props and their details

PROPSDetailsType
textmessage stringstring
speedtyping effect speed (in ms)number
fontSizefont size of the typing messagenumber
clearMessageSpeedclearing message speed (in ms)number
loopis typing effect should repeatboolean

License

ISC

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago