Skip to content

Commit

Permalink
Published version 10.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
create3000 committed Aug 18, 2024
1 parent 751918c commit f2e8f0e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 src="https://cdn.jsdelivr.net/npm/x_ite@10.2.0/dist/x_ite.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/x_ite@10.3.0/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/x_ite@10.2.0/dist/x_ite.min.mjs";
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.3.0/dist/x_ite.min.mjs";
</script>
```

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

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

```html
<script type="module">
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.2.0/dist/x_ite.min.mjs";
import X3D from "https://cdn.jsdelivr.net/npm/x_ite@10.3.0/dist/x_ite.min.mjs";
const
browser = X3D .getBrowser (),
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tagline: Ready for X3Dv4! # it will display as the sub-title
description: >- # used by seo meta and the atom feed
X_ITE X3D Browser, a framework for integrating and manipulating X3D and VRML scenes in HTML.
x_ite_latest_version: 10.2.0 # x_ite latest version
x_ite_latest_version: 10.3.0 # x_ite latest version
x_ite_compressed_size: 266 # size in kb
x3d_latest_version: 4.0 # x3d latest version

Expand Down
8 changes: 4 additions & 4 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 f2e8f0e

Please sign in to comment.