disfigure

Disfigure
User Guide and API

Work in progress.

Този документ е наличен и на български език

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>
Home · GitHub · NPM