README
Dripping Spray
This module creates shapes that can be drawn to look like a real spray can. It produces drips if drawing on the same spot for some time.
See the full readme in the code repository.
A spray that creates drops when used on the same spot for too long
<script type="module">
import drippingSpray from 'https://cdn.skypack.dev/dripping-spray';
</script>
This module creates shapes that can be drawn to look like a real spray can. It produces drips if drawing on the same spot for some time.
See the full readme in the code repository.