UNPKG

wilderness-core

Version:
30 lines (27 loc) 389 B
<!DOCTYPE html> <head> <title>Complex morph</title> <style> html, body { height: 100%; } body { margin: 0; } svg { height: 100%; width: 100%; } </style> </head> <body> <svg height="800" preserveAspectRatio="xMidYMid meet" width="800" viewBox="0 0 800 800" > </svg> <script src="dist.js"></script> </body>