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!
<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>
If you have any feedback, feel free to open an issue on github