DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
505 Bytes
<!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>Test module in &gt;script&lt; tag</title>
</head>
<body>
<script src="../dist/non-layered-tidy-tree-layout.js"></script>
<script>
console.log(nonLayeredTidyTreeLayout);
console.log(nonLayeredTidyTreeLayout.Tree);
console.log(nonLayeredTidyTreeLayout.layout);
</script>
</body>
</html>