UNPKG

@xtor/cga.js

Version:

Xtor Compute Geometry Algorithm Libary 计算几何算法库

31 lines (27 loc) 648 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <style> html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; } .info_panel { position: absolute; z-index: 9; color: aliceblue; } </style> </head> <body> <script src="../build/cga.js"></script> <h1>测试案例</h1> </body> </html>