JSFiddle - React, Tailwind, and code Playground

by Jowed

JavaScript

fetch('https://static.matterport.com/showcase-sdk/examples/assets-1.0-2-g6b74572/assets/models/iot/nest-1/model.dae')
  .then(response => response.json())
  .then(data => console.log(data));