1.1.0 • Published 6 months ago

corrupted-text-svelte v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Svelte Corrupted Text Component

A simple but powerful svelte component for displaying corrupted text.

Demo

https://svelte.dev/repl/ad7bb4fb7cbf431683fe394f88cf83a6?version=4.2.2

How to install

npm:

npm install corrupted-text-svelte --save-dev

pnpm:

pnpm install corrupted-text-svelte --save-dev

How to use

<script>
    import CorruptedText from 'corrupted-text-svelte'
</script>

<CorruptedText />
<CorruptedText length="100"/>
<CorruptedText speed="1000"/>
<CorruptedText characters="€¥£$"/>

Result: https://svelte.dev/repl/ad7bb4fb7cbf431683fe394f88cf83a6?version=4.2.2

30FPS gif: 30PS gif

Leave a like if you end up using this component 💘

1.1.0

6 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago