UNPKG

jointjs

Version:

JavaScript diagramming library

18 lines (15 loc) 468 B
<!DOCTYPE html> <html> <head> <meta charset="utf8"/> <title>Table shape</title> <link rel="stylesheet" type="text/css" href="../../build/joint.css"/> </head> <body> <script src="../../node_modules/jquery/dist/jquery.js"></script> <script src="../../node_modules/lodash/lodash.js"></script> <script src="../../node_modules/backbone/backbone.js"></script> <script src="../../build/joint.js"></script> <script src="./src/table.js"></script> </body> </html>