UNPKG

packery

Version:

bin-packing layout library

31 lines (22 loc) 374 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>box-packing</title> <style> body { font-family: sans-serif; background: #DDD; } canvas { background: white; } </style> </head> <body> <h1>box-packing</h1> <canvas></canvas> <script src="rect.js"></script> <script src="rect-test.js"></script> </body> </html>