Disfigure is a library for animating human figures by modifying a matrix field of the space around them. Here is an absurdly minimal live example.
<!DOCTYPE html>
<script src="importmap.js"></script>
<script type="module">
import * as Happy from 'disfigure'
new Happy.World
new Happy.Man
</script>