Create libraries directory

This commit is contained in:
Paulo Gustavo Veiga
2021-10-04 17:38:11 -07:00
parent c1fccbc489
commit 181ca7b34e
5 changed files with 44 additions and 41 deletions

View File

@ -59,10 +59,12 @@
workspacePosition();
// Draw a reference grid.
var container = document.getElementById("sizeExampleContainer");
var grid = new Grid(container, 35, 12);
grid.setPosition("0px", "0px")
grid.render();
// Enable when JS is loading ...
// var container = document.getElementById("sizeExampleContainer");
// var grid = new Grid(container, 35, 12);
// grid.setPosition("0px", "0px")
// grid.render();
// Define a workspace using pixels and inchs.
var workspacePixel = new web2d.Workspace();