0.0.9 • Published 3 years ago

sveltering v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

sveltering :sparkles::person_fencing:

npm version

Useful Svelte-component helper to split text inside DOM elements to letters, words or lines.

Install:

npm i sveltering 

Usage:

<script>
  import Sveltering from "sveltering";
</script>

<Sveltering method="words">
  <div>This sentence has been Svelteringed!</div>
</Sveltering>

Methods:

"letters" "words" "lines"

disclaimer

This is my first package made with SvelteKit. Use with caution!

0.0.9

3 years ago

0.0.8

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago