feat: Adjust the X3D browser size (#24)

Does this simply by setting CSS properties on the canvas element.
  Also updates vrml1to97 and switches to using x_ite.d.ts directly
  from the x_ite repository (although the link will have to change
  once it is merged into main).
  Resolves #21.
  Resolves #23.

Reviewed-on: #24
Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Co-committed-by: Glen Whitney <glen@studioinfinity.org>
This commit is contained in:
Glen Whitney 2023-09-11 18:20:09 +00:00 committed by Glen Whitney
parent 765d4ff840
commit af472d7bfe
9 changed files with 2060 additions and 2043 deletions

2035
etc/deps/x_ite.d.ts vendored

File diff suppressed because it is too large Load diff

2038
etc/deps/x_ite/x_ite.d.ts vendored Normal file

File diff suppressed because it is too large Load diff

1
etc/x_itePostamble.txt Normal file
View file

@ -0,0 +1 @@
}

4
etc/x_itePreamble.txt Normal file
View file

@ -0,0 +1,4 @@
declare module 'https://create3000.github.io/code/x_ite/latest/x_ite.mjs' {
// This compilation-only file was replicated from the x_ite GitHub repository
// https://github.com/create3000/x_ite
// compliant with the GPL License, under which it was released.