https://github.com/matsuuu/cyber-punk-text
A Cyberpunk 2077 inspired text effect for your website
https://github.com/matsuuu/cyber-punk-text
Last synced: 2 months ago
JSON representation
A Cyberpunk 2077 inspired text effect for your website
- Host: GitHub
- URL: https://github.com/matsuuu/cyber-punk-text
- Owner: Matsuuu
- Created: 2020-12-11T11:54:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T13:08:43.000Z (over 4 years ago)
- Last Synced: 2025-04-15T19:08:55.924Z (2 months ago)
- Language: JavaScript
- Size: 39.1 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CyberPunk
A Cyberpunk 2077 inspired text effect for your website
## Installation
```bash
npm install cyber-punk-text
```## Usage
### NPM
```html
import 'cyber-punk-text';
Hello there, V.
```### CDN
```html
Hello there, V
```# Attributes
| Name | Effect |
| ------ | ---------------------------------------------- |
| red | Make the text red, instead of the default blue |
| fadein | Fade the text in in a slight animation |
| glitch | Glitch the text out when rendering |