Use ros3djs in a web application
developYou can use ros3djs by including pre-built files directly in your project or via a CDN.
Using Pre-built Files
If you have cloned the repository, the files are located in the build/ directory:
build/ros3d.js(Full version)build/ros3d.min.js(Minified version)
Using JsDelivr CDN
You can also load the library directly from the JsDelivr CDN:
- Full version:
https://cdn.jsdelivr.net/npm/ros3d@1/build/ros3d.js - Minified version:
https://cdn.jsdelivr.net/npm/ros3d@1/build/ros3d.min.js
<!-- Example of including via CDN -->
<script src="https://cdn.jsdelivr.net/npm/ros3d@1/build/ros3d.min.js"></script>