An open API service indexing awesome lists of open source software.

https://github.com/makersmecca/typing-animation-react

A simple React Functional Component to implement a Customizable Typing Animation using Canvas
https://github.com/makersmecca/typing-animation-react

canvas2d react reactjs typing-animation

Last synced: 3 months ago
JSON representation

A simple React Functional Component to implement a Customizable Typing Animation using Canvas

Awesome Lists containing this project

README

        

# Typing-Animation-React

A simple React Typing animation component that takes in certain props for customization.

## Sample usage:

Navigate to "src/TextCanvas.jsx", and copy the "TextCanvas.jsx" component to your src folder. Then use the component in your components like this

```
import TextCanvas from "./TextCanvas";
function FunctionalComponent() {
return (

);
}
export default FunctionalComponent;

```

## Contribute:

Feel free to create a new PR for updates or fixes.

### Note that all PRs may not be merged.

The general guidelines I'll follow are:

- Does it make developing Typing-Animation easier?
- Does it help improve perfomance and efficiency?
- Does it fix a bug?
- Does it break anything?
- Does it stick to the original goal of Typing-Animation (Simple, easy to use and ligh-weight)
- Does it reduce the build size?
- Is it necessary?

## License:

Licenses under MIT License.

##