1.0.0 • Published 3 years ago
svelte-ransom-note v1.0.0
Svelte Ransom Note
Ever felt the need to display a ransom note on your Svelte project? Probably not, but if so, this might be the package for you!
Usage
<script>
import {default as RansomNote} from '../../node_modules/svelte-ransom-note/src/lib/ransom-note.svelte'
</script>
<RansomNote>Hello there</RansomNote>
<RansomNote>This a ransom note</RansomNote>
Feedback
If you have any feedback, feel free to open an issue on github