1.0.3 • Published 3 years ago

cyber-punk-text v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
3 years ago

CyberPunk

A Cyberpunk 2077 inspired text effect for your website

Installation

npm install cyber-punk-text

Usage

NPM

<script type="module">
    import 'cyber-punk-text';
</script>

<cyber-punk>Hello there, V.</cyber-punk>

CDN

<script type="module" src="https://unpkg.com/cyber-punk-text@1.0.1/src/cyber-punk.js"></script>
<cyber-punk>Hello there, V</cyber-punk>

Attributes

NameEffect
redMake the text red, instead of the default blue
fadeinFade the text in in a slight animation
glitchGlitch the text out when rendering
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago