Skip to content

This repository serves as a source for obtaining the latest development build of the X3DOM library through the jsDelivr content delivery network (CDN).

License

Notifications You must be signed in to change notification settings

x3dom/x3dom-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X3DOM - Latest Develop Build via jsDelivr

This repository serves as a source for obtaining the latest development build of the X3DOM library through the jsDelivr content delivery network (CDN).

Usage

To include the latest development build of X3DOM in your web application, you can use the following URL in your HTML code:

<script src="https://cdn.jsdelivr.net/gh/x3dom/x3dom-dev/dist/x3dom.js"></script>

Please note that the develop build contains the most recent code changes, which may not be as stable as the official releases. Use it with caution, and it's recommended to check the official X3DOM repository for updates and changes.

Including a Stable Build via jsDelivr

If you prefer to use a stable build of X3DOM for your web application, you can easily do so by referencing the appropriate URL in your HTML file:

<script src="https://cdn.jsdelivr.net/gh/x3dom/x3dom-stable@version/dist/x3dom.js"></script>

Replace version with the specific version number you want to include (e.g., v1.8.3). By specifying a version in the URL, you can ensure that your web application uses a stable and tested release of X3DOM, which is suitable for production environments and applications that require higher reliability.

Remember to check the X3DOM releases page on GitHub to find the available versions and their respective release notes for more information about each release.

We recommend using the stable build for most projects, as it guarantees a reliable and well-tested version of the X3DOM library. However, if you are interested in exploring the latest features and improvements, you can also refer to the previous section to include the latest develop build.

Whether you choose to include a stable build or the latest develop build, jsDelivr provides a fast and reliable content delivery network that ensures efficient delivery of the X3DOM library to your web application.

About

This repository serves as a source for obtaining the latest development build of the X3DOM library through the jsDelivr content delivery network (CDN).

Resources

License

Stars

Watchers

Forks