You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
km0 5af79f85eb | 3 years ago | |
---|---|---|
README.md | 3 years ago | |
spawnSticker.js | 3 years ago |
README.md
spawn-sticker
A script that let you add stickers on top of HTML elements. To make it works just add a data-sticker
attribute to your element. The content of the sticker will be the value of the attribute.
<div data-sticker='Hello'>World</div>