Skip to content

Commit

Permalink
Published version 11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Dec 15, 2024
1 parent 21339e3 commit 887b15e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ If you are going to use X_ITE in a production environment, you should use a fixe
jsDelivr is an open-source content delivery network (CDN) renowned for its no-cost access, swift performance, and reliable service.

```html
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/x_ite.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/x_ite.min.js"></script>
<!-- or as ES module for use in scripts -->
<script type="module">
import X3D from "https://cdn.jsdelivr.net/npm/[email protected].0/dist/x_ite.min.mjs";
import X3D from "https://cdn.jsdelivr.net/npm/[email protected].1/dist/x_ite.min.mjs";
</script>
```

Expand Down Expand Up @@ -68,7 +68,7 @@ This script initializes an X3D canvas within an HTML page, configuring it to con
### Declarative Syntax

```html
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].0/dist/x_ite.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/x_ite.min.js"></script>
<x3d-canvas>
<X3D profile='Interchange' version='4.0'>
<head>
Expand Down Expand Up @@ -107,7 +107,7 @@ The same scene can also be created using pure JavaScript:

```html
<script type="module">
import X3D from "https://cdn.jsdelivr.net/npm/[email protected].0/dist/x_ite.min.mjs";
import X3D from "https://cdn.jsdelivr.net/npm/[email protected].1/dist/x_ite.min.mjs";
const
browser = X3D .getBrowser (),
Expand Down
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tagline: Ready for X3Dv4! # it will display as the sub-title
description: >- # used by seo meta and the atom feed
X_ITE X3D Browser and VRML Viewer, view and manipulate X3D, VRML, glTF and other 3D sources in HTML.
x_ite_latest_version: 11.0.0 # x_ite latest version
x_ite_compressed_size: 273 # size in kb
x_ite_latest_version: 11.0.1 # x_ite latest version
x_ite_compressed_size: 274 # size in kb
x3d_latest_version: 4.0 # x3d latest version

# Fill in the protocol & hostname for your site.
Expand Down
16 changes: 8 additions & 8 deletions docs/assets/img/badges/compressed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 887b15e

Please sign in to comment.