Skip to content

Instantly share code, notes, and snippets.

@nikfox3
nikfox3 / index.html
Last active July 20, 2025 21:22
Sticker Component
<svg height="0" width="0">
<defs>
<filter id=pointLight>
<feGaussianBlur stdDeviation="1" result="blur" />
<feSpecularLighting result="spec" in="blur" specularExponent="100" specularConstant="0.1" lightingColor="white">
<fePointLight x=100 y=100 z="300" />
</feSpecularLighting>
<feComposite in="spec" in2="SourceGraphic" operator="screen" result="lit" />
<feComposite in="lit" in2="SourceAlpha" operator="in" />