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

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

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 |