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
- Host: GitHub
- URL: https://github.com/makersmecca/typing-animation-react
- Owner: makersmecca
- License: mit
- Created: 2025-01-06T06:20:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-06T12:08:55.000Z (5 months ago)
- Last Synced: 2025-01-06T12:28:06.122Z (5 months ago)
- Topics: canvas2d, react, reactjs, typing-animation
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
##
![]()