A script that let you add stickers on top of HTML elements.
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 Update 'README.md' 2 years ago
README.md Update 'README.md' 2 years ago
spawnSticker.js init 2 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>